ModuleNotFoundError: testΒΆ

the code in tests/test_module_not_found_error.py from ModuleNotFoundError

 1import unittest
 2
 3
 4class TestModuleNotFoundError(unittest.TestCase):
 5
 6    def test_module_not_found_error(self):
 7        import src.module_00
 8        import src.module_01
 9        import src.module_02
10        import src.module_03
11
12
13# Exceptions Encountered
14# AssertionError
15# ModuleNotFoundError