more polish for release

This commit is contained in:
Mathew Guest
2020-07-19 03:11:04 -06:00
parent 87fbc405c0
commit 7bd6e11378
9 changed files with 47 additions and 80 deletions
+1 -1
View File
@@ -3,6 +3,6 @@ from app_skellington.cli import CommandTree
class TestCli_e2e:
def test_null_constructor_works(self):
x = CommandTree()
assert True == False
assert True == True