We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b49ec7 commit 69a3493Copy full SHA for 69a3493
Lib/test/test_sqlite3/__init__.py
@@ -8,8 +8,7 @@
8
9
# Implement the unittest "load tests" protocol.
10
def load_tests(*args):
11
+ if verbose:
12
+ print(f"test_sqlite3: testing with SQLite version {sqlite3.sqlite_version}")
13
pkg_dir = os.path.dirname(__file__)
14
return load_package_tests(pkg_dir, *args)
-
-if verbose:
15
- print(f"test_sqlite3: testing with SQLite version {sqlite3.sqlite_version}")
0 commit comments