Пример #1
0
 def test_set_current_dir(self):
     set_current_dir(fsnative(u"."))
     assert get_current_dir() == getcwd()
Пример #2
0
 def test_set_current_dir(self):
     set_current_dir(fsnative(u"."))
     assert get_current_dir() == getcwd()
Пример #3
0
 def test_get_current_dir(self):
     path = get_current_dir()
     assert isinstance(path, fsnative)
Пример #4
0
 def test_get_current_dir(self):
     path = get_current_dir()
     assert isinstance(path, fsnative)