예제 #1
0
파일: test_faz.py 프로젝트: hmartiniano/faz
 def test_abspath(self):
     main.faz(FILE11)
     self.assertTrue(os.path.isdir(os.path.abspath("data")))
     self.assertTrue(os.path.isfile("file3"))
     self.assertTrue(os.path.isfile("file4"))
예제 #2
0
파일: test_faz.py 프로젝트: hmartiniano/faz
 def test_something(self):
     with self.assertRaises(CircularDependencyException):
         main.faz(FILE9)
예제 #3
0
파일: test_faz.py 프로젝트: hmartiniano/faz
 def test_includes(self):
     main.faz(FILE10)
     self.assertTrue(os.path.isfile("file3"))
     self.assertTrue(os.path.isfile("file4"))
예제 #4
0
파일: test_faz.py 프로젝트: hmartiniano/faz
 def test_something(self):
     main.faz(FILE8)