mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-10 18:43:07 +00:00
Update of tests
This commit is contained in:
parent
cb20a446ae
commit
2297c81309
32 changed files with 7177 additions and 7304 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue