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