We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66140b0 commit 1d6db25Copy full SHA for 1d6db25
tests/conftest.py
@@ -14,3 +14,4 @@ def db_connection():
14
connection = engine.connect()
15
yield connection
16
connection.close()
17
+ engine.dispose() # Dispose the engine after closing the connection
0 commit comments