test_testsuite#

Test the test-suite itself. A dummy streamlit app, which raises an attribute error should be catched by the test, although not printed to StdErr if run by streamlit.

For the actual unittests, we import the real functions from the real app. In the fututre, this test-suite can be extended to test the edge-cases where streamlit runs into an error, that the plain function does not see.

Module Contents#

Functions#

dummy_app()

test_dummy_raises()

test_testsuite.dummy_app()#
test_testsuite.test_dummy_raises()#