Spaces:
Running
Running
File size: 194 Bytes
dce247e |
1 2 3 4 5 6 7 |
# 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 |