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