Exemplo n.º 1
0
 def test_keys(self):
     assert dispatch_command(NamespaceHelper(command="keys"), test=True) is True
Exemplo n.º 2
0
 def test_settings(self):
     assert dispatch_command(NamespaceHelper(command="settings"), test=True) is True
Exemplo n.º 3
0
 def test_init(self):
     assert dispatch_command(NamespaceHelper(command="init"), test=True) is True
Exemplo n.º 4
0
 def test_build(self):
     assert dispatch_command(NamespaceHelper(command="build"), test=True) is True
Exemplo n.º 5
0
 def test_clean(self):
     assert dispatch_command(NamespaceHelper(command="clean"), test=True) is True
Exemplo n.º 6
0
 def test_collect_debug_info(self):
     assert (
         dispatch_command(NamespaceHelper(command="collect-debug-info"), test=True)
         is True
     )
Exemplo n.º 7
0
 def test_build(self):
     assert dispatch_command(NamespaceHelper(command='build'),
                             test=True) is True
Exemplo n.º 8
0
 def test_pkg(self):
     assert dispatch_command(NamespaceHelper(command='pkg'),
                             test=True) is True
Exemplo n.º 9
0
 def test_collect_debug_info(self):
     assert dispatch_command(NamespaceHelper(command='collect-debug-info'),
                             test=True) is True
Exemplo n.º 10
0
 def test_keys(self):
     assert dispatch_command(NamespaceHelper(command='keys'),
                             test=True) is True
Exemplo n.º 11
0
 def test_make_spec(self):
     assert dispatch_command(NamespaceHelper(command='make-spec'),
                             test=True) is True
Exemplo n.º 12
0
 def test_init(self):
     assert dispatch_command(NamespaceHelper(command='init'),
                             test=True) is True
Exemplo n.º 13
0
 def test_settings(self):
     assert dispatch_command(NamespaceHelper(command='settings'),
                             test=True) is True
Exemplo n.º 14
0
 def test_clean(self):
     assert dispatch_command(NamespaceHelper(command='clean'),
                             test=True) is True
Exemplo n.º 15
0
 def test_make_spec(self):
     assert dispatch_command(NamespaceHelper(command="make-spec"), test=True) is True
Exemplo n.º 16
0
 def test_upload(self):
     assert dispatch_command(NamespaceHelper(command='upload'),
                             test=True) is True
Exemplo n.º 17
0
 def test_pkg(self):
     assert dispatch_command(NamespaceHelper(command="pkg"), test=True) is True
Exemplo n.º 18
0
 def test_version(self):
     assert dispatch_command(NamespaceHelper(command="version"), test=True) is True
Exemplo n.º 19
0
 def test_upload(self):
     assert dispatch_command(NamespaceHelper(command="upload"), test=True) is True
Exemplo n.º 20
0
 def test_version(self):
     assert dispatch_command(NamespaceHelper(command='version'),
                             test=True) is True