diff --git a/.gitignore b/.gitignore index 53605b7..3c3e624 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ venv .pytest_cache *.egg-info .DS_Store +*.db \ No newline at end of file diff --git a/README.md b/README.md index 0d32d0d..2728bbd 100644 --- a/README.md +++ b/README.md @@ -127,4 +127,4 @@ Now install the dependencies and test dependencies: To run the tests: - pytest + python -m pytest