]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
fixes for logging tests
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 23 Jun 2026 17:53:21 +0000 (13:53 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 23 Jun 2026 17:54:49 +0000 (13:54 -0400)
commit695cbfbff2688618add13de21e850d21392592c6
tree0aeb4f62ff36c0c2d07af797c8fb6dd6269017ff
parent3213f9428bef89a41e4aba0c842b93cfbd9f2272
fixes for logging tests

Repair some things that went wrong in 0dcfa5e9ea49e481a7a35130f654cbdd3a8c1405
re #13363

* add "logging.handlers" import
* ensure DB connects before capturing log messages so we skip
  initial connect overhead

Change-Id: I10f3ac06b982633d617ec2d9c2a57371038b5a54
lib/sqlalchemy/testing/fixtures/base.py