Current File : //proc/thread-self/root/usr/local/apps/python3/lib/python3.11/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")