示例#1
0
 def test_upload(self):
     assert _dispatch_command(NamespaceHelper(command='upload'),
                              test=True) is True
示例#2
0
 def test_pkg(self):
     assert _dispatch_command(NamespaceHelper(command='pkg'),
                              test=True) is True
示例#3
0
 def test_collect_debug_info(self):
     assert _dispatch_command(NamespaceHelper(command='collect-debug-info'),
                              test=True) is True
示例#4
0
 def test_keys(self):
     assert _dispatch_command(NamespaceHelper(command='keys'),
                              test=True) is True
示例#5
0
 def test_make_spec(self):
     assert _dispatch_command(NamespaceHelper(command='make-spec'),
                              test=True) is True
示例#6
0
 def test_init(self):
     assert _dispatch_command(NamespaceHelper(command='init'),
                              test=True) is True
示例#7
0
 def test_settings(self):
     assert _dispatch_command(NamespaceHelper(command='settings'),
                              test=True) is True
示例#8
0
 def test_clean(self):
     assert _dispatch_command(NamespaceHelper(command='clean'),
                              test=True) is True
示例#9
0
 def test_build(self):
     assert _dispatch_command(NamespaceHelper(command='build'),
                              test=True) is True
示例#10
0
 def test_version(self):
     assert _dispatch_command(NamespaceHelper(command='version'),
                              test=True) is True