/usr/share/cagefs-skeleton/opt/cloudlinux/venv/lib/python3.11/site-packages/pyfakefs/pytest_tests
""" This is a test case for pyfakefs issue #708. It tests the usage of an own module with the same name as a patched filesystem module, the content is taken from the issue. """ class InputStream: def __init__(self, name): self.name = name def read(self): with open(self.name, "r") as f: return f.readline()
.
Edit
..
Edit
__init__.py
Edit
__pycache__
Edit
conftest.py
Edit
example.py
Edit
io.py
Edit
pytest_check_failed_plugin_test.py
Edit
pytest_doctest_test.py
Edit
pytest_fixture_param_test.py
Edit
pytest_fixture_test.py
Edit
pytest_module_fixture_test.py
Edit
pytest_plugin_failing_helper.py
Edit
pytest_plugin_test.py
Edit