D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
self
/
root
/
opt
/
plesk
/
python
/
3
/
lib
/
python3.10
/
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")