Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
gdarid
/
curves
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
curves
/
test_app.py
gdarid
add the interface with curves
5f59ba1
9 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
195 Bytes
import
pytest
from
streamlit.testing.v1
import
AppTest
@pytest.mark.filterwarnings(
"ignore:coroutine"
)
def
test_app
():
at = AppTest.from_file(
"app.py"
).run()
at.button[
0
].click().run()