app_skellington/tests/test_cli.py

8 lines
162 B
Python
Raw Permalink Normal View History

2020-03-01 21:08:11 -07:00
from app_skellington.cli import CommandTree
2024-08-02 05:00:42 -06:00
2020-03-01 21:08:11 -07:00
class TestCli_e2e:
def test_null_constructor_works(self):
x = CommandTree()
2020-07-19 03:11:04 -06:00
assert True == True