mirror of
https://git.zavage.net/Zavage-Software/app_skellington.git
synced 2024-12-21 22:29:20 -07:00
8 lines
162 B
Python
8 lines
162 B
Python
from app_skellington.cli import CommandTree
|
|
|
|
|
|
class TestCli_e2e:
|
|
def test_null_constructor_works(self):
|
|
x = CommandTree()
|
|
assert True == True
|