Home
last modified time | relevance | path

Searched defs:fake_filesystem (Results 1 – 2 of 2) sorted by relevance

/external/python/pyfakefs/pyfakefs/pytest_tests/
Dpytest_plugin_test.py13 def test_fs_fixture_alias(fake_filesystem): argument
18 def test_both_fixtures(fs, fake_filesystem): argument
Dconftest.py38 def fake_filesystem(fs): # noqa: F811 function