Skip to content

Commit

Permalink
Tests: Extend db_types_and_drivers with CrateDB item
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Sep 9, 2023
1 parent e43a3ad commit ace9801
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_tracking.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,9 @@ def db_types_and_drivers():
"zxjdbc",
"adodbapi",
],
"crate": [
"crate",
],
}
for db_type, drivers in d.items():
for driver in drivers:
Expand Down

0 comments on commit ace9801

Please sign in to comment.