Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Surn
/
wrdler
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
wrdler
/
tests
/
test_apptest.py
Surn
Initial Commit v0.0.1
4f625d4
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
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