Exemplo n.º 1
0
 def test_verbose_3(self):
     """Verify verbose level 1 can be set."""
     self.assertIs(None, cli(['serve', '-vvv']))
Exemplo n.º 2
0
 def test_serve(self):
     """Verify the server CLI can be called."""
     self.assertIs(None, cli(['serve', '--test']))
Exemplo n.º 3
0
 def test_install_uninstall(self):
     """Verify the install/uninstall CLI can be called."""
     self.assertIs(None, cli(['install', 'testpackage']))
     self.assertIs(None, cli(['uninstall', 'testpackage']))
Exemplo n.º 4
0
 def test_verbose_3(self):
     """Verify verbose level 1 can be set."""
     self.assertIs(None, cli(['serve', '-vvv']))
Exemplo n.º 5
0
 def test_serve(self):
     """Verify the server CLI can be called."""
     self.assertIs(None, cli(['serve', '--test']))
Exemplo n.º 6
0
 def test_install_uninstall(self):
     """Verify the install/uninstall CLI can be called."""
     self.assertIs(None, cli(['install', 'testpackage']))
     self.assertIs(None, cli(['uninstall', 'testpackage']))