Current Path : /proc/2568807/root/usr/local/lib/python3.12/test/test_importlib/ |
Current File : //proc/2568807/root/usr/local/lib/python3.12/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")