예제 #1
0
 def test_is_not_pha(self):
     fname = os.path.join(self.path, 'test_pha.py')
     self.assertEqual(pha._is_pha(fname), False)
예제 #2
0
 def test_is_pha(self):
     self.assertEqual(pha._is_pha(self.fname), True)