diff --git a/.gitignore b/.gitignore index c7a6d7e..292d1ca 100644 --- a/.gitignore +++ b/.gitignore @@ -56,4 +56,7 @@ coverage.xml docs/_build/ # PyBuilder -target/ \ No newline at end of file +target/ + +# JetBrains +.idea/ diff --git a/README.md b/README.md index 671e2af..d5bb5dd 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ export PYLAST_API_SECRET=TODO_ENTER_YOURS_HERE To run all unit and integration tests: ```sh -pip install pytest flaky +pip install pytest flaky mock py.test ```