5 lines
95 B
Python
5 lines
95 B
Python
from chore_manager.main import main_tui
|
|
|
|
def test_tui() -> None:
|
|
assert main_tui() is None
|