[issue46425] Multiple test modules fail to run if invoked directly

Nikita Sobolev report at bugs.python.org
Wed Jan 19 02:24:10 EST 2022


Nikita Sobolev <mail at sobolevn.me> added the comment:

Important note, in practice there's also a difference in how one calls some test module:

- python Lib/test/test_contextlib.py
- python ./Lib/test/test_contextlib.py

Example of a test failure because of that: https://github.com/python/cpython/pull/30681

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue46425>
_______________________________________


More information about the Python-bugs-list mailing list