Update of tests

This commit is contained in:
Miroslav Štampar 2026-06-28 18:27:59 +02:00
parent cb20a446ae
commit 2297c81309
32 changed files with 7177 additions and 7304 deletions

View file

@ -56,7 +56,7 @@ class TestCheckDependencies(unittest.TestCase):
# 'kinterbasdb' (Firebird driver) is essentially never installed, so the
# probe must hit the except branch and emit a warning naming the library.
try:
import kinterbasdb # noqa: F401
__import__("kinterbasdb")
self.skipTest("kinterbasdb is unexpectedly installed")
except ImportError:
pass