cbr-athena / tests /test_streamlit.py
DinisCruz's picture
added first test of streamlit_app
7b327de
raw
history blame contribute delete
106 Bytes
from unittest import TestCase
class test_streamlit(TestCase):
def setUp(self) -> None:
pass