Sign in
◑
Theme
chromium
/
external
/
github.com
/
python
/
cpython
/
979336de34e3d3f40cf6e666b72a618f6330f3c1
/
.
/
Lib
/
test
/
test_importlib
/
stubs.py
blob: e5b011c399fa96af858a7d434b041d4805132fac [
file
]
import
unittest
class
fake_filesystem_unittest
:
"""
Stubbed version of the pyfakefs module
"""
class
TestCase
(
unittest
.
TestCase
):
def
setUpPyfakefs
(
self
):
self
.
skipTest
(
"pyfakefs not available"
)