Example #1
0
 def test_project10(self):
     """test exists method"""
     self.assertFalse(RemoteProject.exists('bar'))
Example #2
0
 def test_project10(self):
     """test exists method"""
     self.assertFalse(RemoteProject.exists('bar'))
Example #3
0
 def test_project9(self):
     """test exists method"""
     self.assertTrue(RemoteProject.exists('foo'))
Example #4
0
 def test_project9(self):
     """test exists method"""
     self.assertTrue(RemoteProject.exists('foo'))