wrdler / tests /test_apptest.py
Surn's picture
Initial Commit v0.0.1
4f625d4
raw
history blame contribute delete
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