File size: 195 Bytes
5f59ba1
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
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()