summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Tests
Commit message (Expand)AuthorAgeFilesLines
* Python 3.12.0a2v3.12.0a2Thomas Wouters2022-11-145-10/+0
* bpo-34272: Reorganize C API tests. (GH-8551)Serhiy Storchaka2022-11-101-0/+1
* gh-98903: Test suite fails with exit code 4 if no tests ran (#98904)Victor Stinner2022-11-021-0/+2
* gh-96853: Restore test coverage for Py_Initialize(Ex) (GH-98212)Nick Coghlan2022-10-301-0/+3
* gh-98713: Use `@cpython_only` for a test that fails on PyPy (#98714)Nikita Sobolev2022-10-261-0/+3
* GH-87390: Add remaining tests for PEP 646 (#98267)Matthew Rahtz2022-10-251-0/+1
* Python 3.12.0a1v3.12.0a1Thomas Wouters2022-10-2435-67/+0
* gh-95027: Fix regrtest stdout encoding on Windows (#98492)Victor Stinner2022-10-211-0/+4
* gh-92886: Fix tests that fail when running with optimizations (`-O`) in `_tes...Jack Hindmarch2022-10-191-0/+1
* gh-92886: Fix tests that fail when running with optimizations (`-O`) in `test...Jack Hindmarch2022-10-191-0/+1
* gh-92886: Fixing tests that fail when running with optimizations (`-O`) in `t...Jack Hindmarch2022-10-181-0/+1
* gh-96624: Fix test_dotted_but_module_not_loaded in testpatch.py (GH-96691)Dennis Sweeney2022-09-091-0/+1
* gh-93884: Improve test coverage of `PyNumber_ToBase` (GH-93932)Charlie Zhao2022-09-041-0/+1
* gh-95243: Mitigate the race condition in testSockName (#96173)Ross Burton2022-08-251-0/+3
* gh-95573: Reduce test data size in test_asyncio/test_ssl.py (GH-95668)Fantix King2022-08-051-0/+6
* gh-94675: Add a regression test for rjsmin re slowdown (GH-94685)Miro HronĨok2022-08-031-0/+1
* gh-93963: Remove usage of deprecated interface from importlib.abc. (#95217)Jason R. Coombs2022-07-271-0/+1
* gh-95280: Fix test_get_ciphers on systems without RSA key exchange (GH-95282)Christian Heimes2022-07-271-0/+2
* gh-95212: make multiprocessing test case parallel-safe (GH-95213)Christian Heimes2022-07-251-0/+2
* gh-95218: Move tests for importlib.resources into test_importlib.resources. (...Jason R. Coombs2022-07-251-0/+1
* Remove blurb boilerplate from news item (#95033)Terry Jan Reedy2022-07-201-5/+0
* gh-91330: Tests and docs for dataclass descriptor-typed fields (GH-94424)Erik De Bonte2022-07-051-0/+7
* gh-94208: Add more TLS version/protocol checks for FreeBSD (GH-94347)Christian Heimes2022-06-281-0/+2
* gh-94315: Check for DAC override capability (GH-94316)Christian Heimes2022-06-271-0/+2
* gh-54781: Move Lib/tkinter/test/test_ttk/ to Lib/test/test_ttk/ (#94070)Victor Stinner2022-06-221-0/+2
* gh-91172: Create a workflow for verifying bundled pip and setuptools (GH-31885)Illia Volochii2022-06-221-0/+2
* gh-93951: In test_bdb.StateTestCase.test_skip, avoid including auxiliary impo...Jason R. Coombs2022-06-221-0/+1
* gh-93839: Move Lib/ctypes/test/ to Lib/test/test_ctypes/ (#94041)Victor Stinner2022-06-211-0/+2
* gh-93975: Nicer error reporting in test_venv (GH-93959)Jason R. Coombs2022-06-181-0/+2
* GH-89858: Fix test_embed for out-of-tree builds (GH-93465)Kumar Aditya2022-06-171-0/+1
* gh-93852: Add test.support.create_unix_domain_name() (#93914)Victor Stinner2022-06-171-0/+4
* gh-93353: regrtest supports checking tmp files with -j2 (#93909)Victor Stinner2022-06-161-0/+2
* gh-84461: Use HOSTRUNNER to run regression tests (GH-93694)Christian Heimes2022-06-111-0/+2
* gh-92886: Fix tests that fail when running with optimizations (`-O`) in `test...jackh-ncl2022-06-101-0/+1
* gh-93616: Fix env changed issue in test_modulefinder (GH-93617)Christian Heimes2022-06-091-0/+2
* gh-93575: Use correct way to calculate PyUnicode struct sizes (GH-93602)Christian Heimes2022-06-081-0/+4
* gh-57539: Increase calendar test coverage (GH-93468)Hugo van Kemenade2022-06-071-0/+1
* gh-90473: Make chmod a dummy on WASI, skip chmod tests (GH-93534)Christian Heimes2022-06-061-0/+2
* gh-90473: wasmtime does not support absolute symlinks (GH-93490)Christian Heimes2022-06-052-0/+3
* gh-92886: Fix test that fails when running with `-O` in `test_imaplib.py` (#9...jackh-ncl2022-06-041-0/+1
* gh-92670: Skip test_shutil.TestCopy.test_copyfile_nonexistent_dir on AIX (#92...Ayappan Perumal2022-05-191-0/+3
* gh-92514: Remove unused test.support.BasicTestRunner (#92515)Jelle Zijlstra2022-05-121-0/+1
* Python 3.11.0b1Pablo Galindo2022-05-068-13/+0
* bpo-29890: Test IPv*Interface construction with tuple argument (#30862)Humbled Drugman2022-05-031-0/+2
* GH-91752: Skip test_freeze_simple_script when zlib is not available (#91758)Abhigyan Bose2022-05-031-0/+1
* gh-92169: Use warnings_helper.import_deprecated() to import deprecated module...Hugo van Kemenade2022-05-031-0/+2
* gh-84461: Add ability for multiprocessed libregrtest to use a different Pytho...Ethan Smith2022-05-021-0/+1
* gh-91904: Fix setting envvar PYTHONREGRTEST_UNICODE_GUARD (GH-91905)Serhiy Storchaka2022-04-251-0/+2
* gh-91265: Make old ctypes.macholib tests runned by `python -m test` (gh-32094)Oleg Iarygin2022-04-181-0/+3
* gh-91607: Fix several test_concurrent_futures tests to actually test what the...Gregory P. Smith2022-04-161-0/+1