Exemplo n.º 1
0
 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"))
Exemplo n.º 2
0
 def test_something(self):
     with self.assertRaises(CircularDependencyException):
         main.faz(FILE9)
Exemplo n.º 3
0
 def test_includes(self):
     main.faz(FILE10)
     self.assertTrue(os.path.isfile("file3"))
     self.assertTrue(os.path.isfile("file4"))
Exemplo n.º 4
0
 def test_something(self):
     main.faz(FILE8)