Current Path : /proc/2508182/root/usr/src/Python-3.12.7/Lib/test/test_importlib/ |
Current File : //proc/2508182/root/usr/src/Python-3.12.7/Lib/test/test_importlib/stubs.py |
import unittest class fake_filesystem_unittest: """ Stubbed version of the pyfakefs module """ class TestCase(unittest.TestCase): def setUpPyfakefs(self): self.skipTest("pyfakefs not available")