Example #1
0
 def test_behavior_exists(self):
     assert misc.behavior_exists(".") is False
     assert misc.behavior_exists(self.local_session_path_3A) is True
Example #2
0
 def test_behavior_exists(self):
     assert (misc.behavior_exists('.') is False)
     assert (misc.behavior_exists(self.local_session_path_3A) is True)
Example #3
0
 def test_behavior_exists(self):
     self.assertFalse(misc.behavior_exists(self.session_path_3A))
     self.assertTrue(misc.behavior_exists(self.session_path_3B))