コード例 #1
0
def test_directory_not_exists():
    fs = FileSystem()
    assert not fs.exists('/fake/dir')
コード例 #2
0
ファイル: allPythonContent.py プロジェクト: Mondego/pyreco
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
ファイル: allPythonContent.py プロジェクト: Mondego/pyreco
def test_current_directory_exists():
    fs = FileSystem()
    assert fs.exists(ROOT_DIR)