Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Surn
/
BattleWords
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ca7de5e
BattleWords
/
tests
/
test_apptest.py
Surn
Add new apptest for streamlit
dce247e
2 months ago
raw
Copy download link
history
blame
Safe
194 Bytes
# file: D:/Projects/Battlewords/tests/test_apptest.py
from
streamlit.testing.v1
import
AppTest
def
test_app_runs
():
at = AppTest.from_file(
"app.py"
)
at.run()
assert
not
at.exception