mirror of
https://github.com/python/cpython.git
synced 2026-02-09 19:31:41 +00:00
case-insensitive file system, leading to test failures. This was due to using the TestCase objects directly instead of the guard in the test_main() function. Move over to a class decorator instead to control if the tests should be run. |
||
|---|---|---|
| .. | ||
| builtin | ||
| extension | ||
| frozen | ||
| import_ | ||
| source | ||
| __init__.py | ||
| finder_tests.py | ||
| support.py | ||
| test_api.py | ||