Exemple #1
0
 def test_03_check_lockfile_exists(self):
     lf = LockFile(self.LOCKPATH)
     self.assertTrue(lf.exists())
Exemple #2
0
 def test_01_check_lockfile_not_exists(self):
     lf = LockFile(self.LOCKPATH)
     self.assertFalse(lf.exists())