Merge pull request #182 from tyrostone/fix_dev_setup
Add missing dependency in README, update gitignore for JetBrains
This commit is contained in:
commit
04a3cf7b0a
2 changed files with 5 additions and 2 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -56,4 +56,7 @@ coverage.xml
|
||||||
docs/_build/
|
docs/_build/
|
||||||
|
|
||||||
# PyBuilder
|
# PyBuilder
|
||||||
target/
|
target/
|
||||||
|
|
||||||
|
# JetBrains
|
||||||
|
.idea/
|
||||||
|
|
|
@ -80,7 +80,7 @@ export PYLAST_API_SECRET=TODO_ENTER_YOURS_HERE
|
||||||
|
|
||||||
To run all unit and integration tests:
|
To run all unit and integration tests:
|
||||||
```sh
|
```sh
|
||||||
pip install pytest flaky
|
pip install pytest flaky mock
|
||||||
py.test
|
py.test
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue