Exemplo n.º 1
0
def test_current_from_test():
    assert os.path.split(current.current_path())[-1] == 'tests'
Exemplo n.º 2
0
def current_path():
    return current.current_path()
Exemplo n.º 3
0
 def test_from_test(self):
     self.assertEqual(os.path.split(current.current_path())[-1], 'tests')