Внутри CPython есть два способа запускать тесты: прямой через
Задача – починить первый способ.
https://github.com/python/cpython/issues/131290
#cpython #tests
./python.exe test_name.py
и regrtest
. Обычно все используют второй, но первый тоже полезен.Задача – починить первый способ.
https://github.com/python/cpython/issues/131290
#cpython #tests
GitHub
Multiple tests failing when invoked directly via `./python Lib/test/...` · Issue #131290 · python/cpython
Besides test_pickle reported in #131031, there are a few more (test_regrtest, test_metaclass and test_pyclbr): ~ ./python Lib/test/test_regrtest.py ... Ran 115 tests in 35.727s FAILED (failures=1, ...
❤3