Skip to content

Commit

Permalink
DBAPI Support [API-911] (#586)
Browse files Browse the repository at this point in the history
Added DBAPI support
  • Loading branch information
yuce authored Mar 27, 2023
1 parent dbe73f5 commit 15c77bb
Show file tree
Hide file tree
Showing 8 changed files with 1,692 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
.PHONY: check test test-cover

check:
mypy --show-error-codes hazelcast
black --check --config black.toml .

test:
pytest

test-cover:
pytest --cov=hazelcast --cov-report=xml
Loading

0 comments on commit 15c77bb

Please sign in to comment.