Beispiel #1
0
 def test_remove_watch_directory(self):
     man = Manager()
     add_paths(man, self.paths)
     for path in self.paths:
         self.assertTrue( man.has_watch(path) )
         man.remove_watch_directory( path )
         self.assertTrue( not man.has_watch(path) )