$65 GRAYBYTE WORDPRESS FILE MANAGER $46

SERVER : premium201.web-hosting.com #1 SMP Wed Mar 26 12:08:09 UTC 2025
SERVER IP : 172.67.162.162 | ADMIN IP 216.73.217.100
OPTIONS : CRL = ON | WGT = ON | SDO = OFF | PKEX = OFF
DEACTIVATED : NONE

/opt/cloudlinux/venv/lib/python3.11/site-packages/pyfakefs/pytest_tests/

HOME
Current File : /opt/cloudlinux/venv/lib/python3.11/site-packages/pyfakefs/pytest_tests//pytest_plugin_test.py
"""Tests that the pytest plugin properly provides the "fs" fixture"""

import os
import tempfile

from pyfakefs.fake_filesystem import OSType
from pyfakefs.fake_filesystem_unittest import Pause
import pyfakefs.pytest_tests.io


def test_fs_fixture(fs):
    fs.create_file("/var/data/xx1.txt")
    assert os.path.exists("/var/data/xx1.txt")


def test_fs_fixture_alias(fake_filesystem):
    fake_filesystem.create_file("/var/data/xx1.txt")
    assert os.path.exists("/var/data/xx1.txt")


def test_both_fixtures(fs, fake_filesystem):
    fake_filesystem.create_file("/var/data/xx1.txt")
    fs.create_file("/var/data/xx2.txt")
    assert os.path.exists("/var/data/xx1.txt")
    assert os.path.exists("/var/data/xx2.txt")
    assert fs == fake_filesystem


def test_pause_resume(fs):
    fake_temp_file = tempfile.NamedTemporaryFile()
    assert fs.exists(fake_temp_file.name)
    assert os.path.exists(fake_temp_file.name)
    fs.pause()
    assert fs.exists(fake_temp_file.name)
    assert not os.path.exists(fake_temp_file.name)
    real_temp_file = tempfile.NamedTemporaryFile()
    assert not fs.exists(real_temp_file.name)
    assert os.path.exists(real_temp_file.name)
    fs.resume()
    assert not os.path.exists(real_temp_file.name)
    assert os.path.exists(fake_temp_file.name)


def test_pause_resume_contextmanager(fs):
    fake_temp_file = tempfile.NamedTemporaryFile()
    assert fs.exists(fake_temp_file.name)
    assert os.path.exists(fake_temp_file.name)
    with Pause(fs):
        assert fs.exists(fake_temp_file.name)
        assert not os.path.exists(fake_temp_file.name)
        real_temp_file = tempfile.NamedTemporaryFile()
        assert not fs.exists(real_temp_file.name)
        assert os.path.exists(real_temp_file.name)
    assert not os.path.exists(real_temp_file.name)
    assert os.path.exists(fake_temp_file.name)


def test_use_own_io_module(fs):
    filepath = "foo.txt"
    with open(filepath, "w") as f:
        f.write("bar")

    stream = pyfakefs.pytest_tests.io.InputStream(filepath)
    assert stream.read() == "bar"


def test_switch_to_windows(fs):
    fs.os = OSType.WINDOWS
    assert os.path.exists(tempfile.gettempdir())


def test_switch_to_linux(fs):
    fs.os = OSType.LINUX
    assert os.path.exists(tempfile.gettempdir())


def test_switch_to_macos(fs):
    fs.os = OSType.MACOS
    assert os.path.exists(tempfile.gettempdir())


def test_updatecache_problem(fs):
    # regression test for #1096
    filename = r"C:\source_file"
    fs.create_file(filename)
    with open(filename):
        assert True


Current_dir [ NOT WRITEABLE ] Document_root [ WRITEABLE ]


[ Back ]
NAME
SIZE
LAST TOUCH
USER
CAN-I?
FUNCTIONS
..
--
11 Feb 2026 9.30 AM
root / root
0755
__pycache__
--
11 Feb 2026 9.30 AM
root / root
0755
data
--
11 Feb 2026 9.30 AM
root / root
0755
hook_test
--
11 Feb 2026 9.30 AM
root / root
0755
ns_package
--
11 Feb 2026 9.30 AM
root / root
0755
__init__.py
0 KB
20 Jan 2026 1.01 PM
root / root
0644
conftest.py
1.302 KB
20 Jan 2026 1.01 PM
root / root
0644
example.py
0.637 KB
20 Jan 2026 1.01 PM
root / root
0644
fake_fcntl_test.py
0.835 KB
20 Jan 2026 1.01 PM
root / root
0644
io.py
0.333 KB
20 Jan 2026 1.01 PM
root / root
0644
lib_using_pathlib.py
0.073 KB
20 Jan 2026 1.01 PM
root / root
0644
local_import.py
0.129 KB
20 Jan 2026 1.01 PM
root / root
0644
pytest_check_failed_plugin_test.py
0.644 KB
20 Jan 2026 1.01 PM
root / root
0644
pytest_doctest_test.py
1.355 KB
20 Jan 2026 1.01 PM
root / root
0644
pytest_fixture_param_test.py
1.847 KB
20 Jan 2026 1.01 PM
root / root
0644
pytest_fixture_test.py
2.483 KB
20 Jan 2026 1.01 PM
root / root
0644
pytest_module_fixture_test.py
1.02 KB
20 Jan 2026 1.01 PM
root / root
0644
pytest_plugin_failing_helper.py
0.125 KB
20 Jan 2026 1.01 PM
root / root
0644
pytest_plugin_test.py
2.496 KB
20 Jan 2026 1.01 PM
root / root
0644
pytest_reload_pandas_test.py
0.809 KB
20 Jan 2026 1.01 PM
root / root
0644
test_fs_with_monkeypatch.py
0.34 KB
20 Jan 2026 1.01 PM
root / root
0644
test_patch_on_setup.py
0.927 KB
20 Jan 2026 1.01 PM
root / root
0644
test_reload_local_import.py
0.753 KB
20 Jan 2026 1.01 PM
root / root
0644
unhashable.py
0.381 KB
20 Jan 2026 1.01 PM
root / root
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025 CONTACT ME
Static GIF