Add a large chunk of the docs for command line interface
will have to finish subcommands later
This commit is contained in:
parent
8a4438c725
commit
af4c28b286
15 changed files with 371 additions and 19 deletions
|
@ -24,6 +24,7 @@ class TestAppHandler(TestCase):
|
|||
def test_init(self):
|
||||
self.assertIs(self.app.config, self.config)
|
||||
self.assertEqual(self.app.handlers, {})
|
||||
self.assertEqual(self.app.appname, 'wuttatest')
|
||||
|
||||
def test_make_appdir(self):
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue