D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
usr
/
local
/
src
/
Python-3.9.9
/
Lib
/
test
/
test_importlib
/
Filename :
stubs.py
back
Copy
import unittest class fake_filesystem_unittest: """ Stubbed version of the pyfakefs module """ class TestCase(unittest.TestCase): def setUpPyfakefs(self): self.skipTest("pyfakefs not available")