]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Improve tests for opening Sqlite by URI (GH-93047)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 21 May 2022 15:05:13 +0000 (08:05 -0700)
committerGitHub <noreply@github.com>
Sat, 21 May 2022 15:05:13 +0000 (08:05 -0700)
commit76b6ed17eab5f0c9d893b8a141269cbfb0de2294
tree585b8d7d3d141c0595eb47f9a1bc4bc3ca4594bf
parentdd923c57252ee90306a6fe7401ffc5a9cdc91485
Improve tests for opening Sqlite by URI (GH-93047)

* Test with with escaped non-ascii characters
* Test read-only open of existing DB.
(cherry picked from commit 4e2b66489289cfd4db2a02edf173ac03cbb2fffe)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/test/test_sqlite3/test_dbapi.py