Thanks to visit codestin.com Credit goes to github.com
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 784623c commit a453f5eCopy full SHA for a453f5e
1 file changed
Doc/library/sqlite3.rst
@@ -2747,3 +2747,11 @@ regardless of the value of :attr:`~Connection.isolation_level`.
2747
2748
.. _SQLite transaction behaviour:
2749
https://www.sqlite.org/lang_transaction.html#deferred_immediate_and_exclusive_transactions
2750
+
2751
+.. testcleanup::
2752
2753
+ import os
2754
+ os.remove("backup.db")
2755
+ os.remove("dump.sql")
2756
+ os.remove("example.db")
2757
+ os.remove("tutorial.db")
0 commit comments