curves / test_app.py
gdarid's picture
add the interface with curves
5f59ba1
raw
history blame contribute delete
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()