Beispiel #1
0
 def test_inotify_avail(self):
     self.assertTrue(file_monitor.is_inotify_available(),
                     "expected: inotify is available")
 def test_inotify_avail(self):
     self.assertTrue(file_monitor.is_inotify_available(), "expected: inotify is available")
Beispiel #3
0
 def test_inotify_None(self):
     self.assertFalse(file_monitor.is_inotify_available())
 def test_inotify_None(self):
     self.assertFalse(file_monitor.is_inotify_available())