Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 33.9k
Closed
Labels
testsTests in the Lib/test dirTests in the Lib/test dirtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
C:\Users\KIRILL-1\CLionProjects\cpython> ./pythonLib/test/test_module.pyRunningDebug|x64interpreter... .....................F.............. ======================================================================FAIL: test_module_repr_with_full_loader (__main__.ModuleTests.test_module_repr_with_full_loader) ----------------------------------------------------------------------Traceback (mostrecentcalllast): File"C:\Users\KIRILL-1\CLionProjects\cpython\Lib\test\test_module.py", line238, intest_module_repr_with_full_loaderself.assertEqual( AssertionError: "<module 'foo' (<class '__main__.FullLoader'>)>"!="<module 'foo' (<class 'test.test_module.FullLoader'>)>"-<module'foo' (<class'__main__.FullLoader'>)> ? ^^^^^^+<module'foo' (<class'test.test_module.FullLoader'>)> ? ^^^^^^^^^^^^^^----------------------------------------------------------------------Ran36testsin0.217sFAILED (failures=1)I'll soon send a PR to fix it.
Linked PRs
Metadata
Metadata
Assignees
Labels
testsTests in the Lib/test dirTests in the Lib/test dirtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error