Test command descriptions

This commit is contained in:
2014-11-14 12:28:05 +01:00
parent 84d49e7681
commit dc25925a3c

View File

@@ -175,6 +175,10 @@ class BamSessionTestCase(unittest.TestCase):
class BamInitTest(BamSessionTestCase):
"""Test the `bam init user@http://bamserver/projectname` command.
We verify that a project folder is created, and that it contains a .bam subfolder
with a config file, with the right url and user values (given in the command)
"""
def __init__(self, *args):
self.init_defaults()
@@ -191,6 +195,9 @@ class BamInitTest(BamSessionTestCase):
class BamListTest(BamSessionTestCase):
"""Test for the `bam ls --json` command. We run it with --json for easier command
output parsing.
"""
def __init__(self, *args):
self.init_defaults()