Exemplo n.º 1
0
def test_directory_not_exists():
    fs = FileSystem()
    assert not fs.exists('/fake/dir')
Exemplo n.º 2
0
def test_directory_not_exists():
    fs = FileSystem()
    assert not fs.exists('/fake/dir')
Exemplo n.º 3
0
def test_current_directory_exists():
    fs = FileSystem()
    assert fs.exists(ROOT_DIR)
Exemplo n.º 4
0
def test_current_directory_exists():
    fs = FileSystem()
    assert fs.exists(ROOT_DIR)