DYT/Tool/Python39/Lib/test/test_importlib/stubs.py

11 lines
233 B
Python
Raw Normal View History

2024-12-12 00:23:16 +00:00
import unittest
class fake_filesystem_unittest:
"""
Stubbed version of the pyfakefs module
"""
class TestCase(unittest.TestCase):
def setUpPyfakefs(self):
self.skipTest("pyfakefs not available")