cpython/Misc/NEWS.d/next/Tests
Dong-hee Na 44cd86bbdd bpo-37805: Add tests for json.dump(..., skipkeys=True) (GH-15489)
https://bugs.python.org/issue37805



Automerge-Triggered-By: @methane
2019-08-26 00:04:35 -07:00
..
2019-04-11-07-59-43.bpo-28009.s85urF.rst bpo-28009: Fix uuid SkipUnless logic to be based on platform programs capable of introspection (GH-12777) 2019-06-16 01:52:29 +10:00
2019-04-15-19-05-35.bpo-30202.Wt7INj.rst bpo-30202 : Update test.test_importlib.test_abc to test find_spec() (GH-12847) 2019-06-21 11:17:00 -07:00
2019-06-04-18-30-39.bpo-37153.711INB.rst Fix typos in comments, docs and test names (#15018) 2019-07-30 18:16:13 -04:00
2019-06-07-12-23-15.bpo-37169.yfXTFg.rst bpo-37169: Rewrite _PyObject_IsFreed() unit tests (GH-13888) 2019-06-07 16:22:21 +02:00
2019-06-13-00-46-25.bpo-37069.wdktFo.rst bpo-37069: regrtest uses sys.unraisablehook (GH-13759) 2019-06-13 01:09:04 +02:00
2019-06-13-12-19-56.bpo-37261.NuKFVo.rst bpo-37261: Fix support.catch_unraisable_exception() (GH-14052) 2019-06-13 14:44:54 +02:00
2019-06-14-12-21-47.bpo-37278.z0HUOr.rst bpo-37278: Fix test_asyncio ProactorLoopCtrlC (GH-14074) 2019-06-14 13:02:51 +02:00
2019-06-14-17-05-49.bpo-35998.yX82oD.rst bpo-35998: Avoid TimeoutError in test_asyncio: test_start_tls_server_1() (GH-14080) 2019-06-14 17:26:24 +02:00
2019-06-21-15-47-33.bpo-37362.D3xppx.rst bpo-37362: test_gdb now ignores stderr (GH-14287) 2019-06-21 23:17:30 +02:00
2019-06-24-10-47-07.bpo-37359.CkdtyO.rst bpo-37359: Add --cleanup option to python3 -m test (GH-14332) 2019-06-24 12:03:00 +02:00
2019-06-25-16-02-43.bpo-37400.cx_EWv.rst bpo-37400: Fix test_os.test_chown() (GH-14374) 2019-06-25 17:06:24 +02:00
2019-06-26-15-28-45.bpo-37411.5lGNhM.rst bpo-37411: Rewrite test_wsgiref.testEnviron() (GH-14394) 2019-06-26 18:16:35 +02:00
2019-06-27-00-37-59.bpo-37421.rVJb3x.rst bpo-37421: Fix test_shutil: don't leak temporary files (GH-14416) 2019-06-27 01:39:53 +02:00
2019-06-28-16-37-52.bpo-37335.o5S2hY.rst bpo-37335, test_c_locale_coercion: Remove unnecessary code (GH-14447) 2019-07-02 12:48:28 +02:00
2019-06-29-16-02-21.bpo-19696.05ijhN.rst bpo-19696: Replace deprecated method in "test_import_pkg.py" (GH-14466) 2019-07-03 11:22:40 -07:00
2019-06-29-23-56-28.bpo-37199.FHDsLf.rst bpo-37199: Fix test failures when IPv6 is unavailable or disabled (#14480) 2019-06-30 18:24:43 +03:00
2019-07-01-17-19-47.bpo-37472.WzkEAx.rst bpo-37472: Remove Lib/test/outstanding_bugs.py (GH-14516) 2019-07-01 18:35:07 +02:00
2019-07-01-19-56-17.bpo-37421.bOe350.rst bpo-37421: urllib.request tests call urlcleanup() (GH-14529) 2019-07-02 14:50:19 +02:00
2019-07-01-19-57-26.bpo-37421.NFH1f0.rst bpo-37421: multiprocessing tests call _run_finalizers() (GH-14527) 2019-07-02 13:32:32 +02:00
2019-07-02-23-20-35.bpo-37421.HCkKWz.rst bpo-37421: test_winconsoleio doesn't leak temp file anymore (GH-14562) 2019-07-03 11:09:56 +02:00
2019-07-02-23-29-06.bpo-37421.WEfc5A.rst bpo-37421: test_concurrent_futures cleans up multiprocessing (GH-14563) 2019-07-03 11:10:30 +02:00
2019-07-03-00-05-28.bpo-37421.ORGRSG.rst bpo-37421: Fix test_distutils.test_build_ext() (GH-14564) 2019-07-03 11:12:27 +02:00
2019-07-05-14-47-55.bpo-37421.n8o2to.rst bpo-37421: multiprocessing tests now stop ForkServer (GH-14601) 2019-07-05 16:15:39 +02:00
2019-07-08-10-11-36.bpo-37421.OY77go.rst bpo-37421: test_concurrent_futures stops ForkServer (GH-14643) 2019-07-08 10:49:11 +02:00
2019-07-09-12-33-18.bpo-37526.vmm5y7.rst bpo-37526: Add support.catch_threading_exception() (GH-14664) 2019-07-09 13:00:23 +02:00
2019-07-11-10-33-56.bpo-37558.SKHRsL.rst bpo-37558: Shared memory tests are failing due to double slashes (GH-14703) 2019-07-11 11:04:09 -07:00
2019-08-20-19-24-19.bpo-37531.wRoXfU.rst bpo-37531: Enhance regrtest multiprocess timeout (GH-15345) 2019-08-21 10:59:20 +01:00
2019-08-25-19-51-46.bpo-37805.Kl1sti.rst bpo-37805: Add tests for json.dump(..., skipkeys=True) (GH-15489) 2019-08-26 00:04:35 -07:00
README.rst Link to blurb on PyPI in the NEWS.d READMEs. (#3323) 2017-09-05 10:38:05 -07:00

README.rst

Put news entry `blurb`_ files for the *Tests* section in this directory.

.. _blurb: https://pypi.org/project/blurb/