예제 #1
0
def test_directory_not_exists():
    fs = FileSystem()
    assert not fs.exists('/fake/dir')
예제 #2
0
def test_directory_not_exists():
    fs = FileSystem()
    assert not fs.exists('/fake/dir')
예제 #3
0
def test_current_directory_exists():
    fs = FileSystem()
    assert fs.exists(ROOT_DIR)
예제 #4
0
def test_current_directory_exists():
    fs = FileSystem()
    assert fs.exists(ROOT_DIR)