Skip to content

Commit

Permalink
Merge pull request #20 from NefixEstrada/master
Browse files Browse the repository at this point in the history
Multiple fixes and code formatting
  • Loading branch information
Inveracity committed Aug 26, 2023
2 parents 9449821 + 8e750fb commit 2864b56
Show file tree
Hide file tree
Showing 43 changed files with 2,946 additions and 3,207 deletions.
3 changes: 2 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ pytest = "*"
pytest-cov = "*"
pytest-server-fixtures = "*"
exceptiongroup = "*"
black="*"

[packages]
future = "*"
Expand All @@ -26,4 +27,4 @@ test = "pytest --cov rethinkdb_mock -vv"
test_live = "pytest --cov rethinkdb_mock -vv -x --run rethink"
last_live = "pytest --cov rethinkdb_mock -vv -x --run rethink --last-failed"
isort = "isort ."
lint = "flake8 ."
lint = "black ."
92 changes: 80 additions & 12 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2864b56

Please sign in to comment.