aboutsummaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authorErlend Egeberg Aasland <erlend.aasland@innova.no>2021-01-07 01:05:07 +0100
committerGitHub <noreply@github.com>2021-01-07 02:05:07 +0200
commit849e339a925fb398be31e566c31b99ce6cdb6006 (patch)
tree8dbfab703951c57395932ee01eef76a1b096d6e1 /Misc
parentbpo-41798: Allocate the _datetime.datetime_CAPI on the heap memory (GH-24096) (diff)
downloadcpython-849e339a925fb398be31e566c31b99ce6cdb6006.tar.gz
cpython-849e339a925fb398be31e566c31b99ce6cdb6006.tar.bz2
cpython-849e339a925fb398be31e566c31b99ce6cdb6006.zip
bpo-40823: Use loadTestsFromTestCase() iso. makeSuite() in sqlite3 tests (GH-20538)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Tests/2020-05-30-13-39-22.bpo-40823.yB7K5w.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tests/2020-05-30-13-39-22.bpo-40823.yB7K5w.rst b/Misc/NEWS.d/next/Tests/2020-05-30-13-39-22.bpo-40823.yB7K5w.rst
new file mode 100644
index 00000000000..55919521cf8
--- /dev/null
+++ b/Misc/NEWS.d/next/Tests/2020-05-30-13-39-22.bpo-40823.yB7K5w.rst
@@ -0,0 +1,2 @@
+Use :meth:`unittest.TestLoader().loadTestsFromTestCase` instead of
+:meth:`unittest.makeSuite` in :mod:`sqlite3` tests. Patch by Erlend E. Aasland.