コード例 #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)