]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-95432: Add doctests for the sqlite3 docs (GH-96225)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 29 Aug 2022 09:01:37 +0000 (02:01 -0700)
committerGitHub <noreply@github.com>
Mon, 29 Aug 2022 09:01:37 +0000 (02:01 -0700)
commit2ba877258af0b9101d0a6a5ca97e477409c563cb
tree05163bc83e5a9ad3920a1154a3934bedea23b0f9
parentca7e78dc3a1a61b6e0045f529c7333334bf10999
gh-95432: Add doctests for the sqlite3 docs (GH-96225)

As a consequence of the added test, this commit also includes
fixes for broken examples.

- Add separate namespace for trace tests bco. module level callback
- Move more backup and cursor examples under separate namespaces
(cherry picked from commit bf9259776dff5348bc854983409ea68618c1f174)

Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
Doc/library/sqlite3.rst