Skip to content

Commit

Permalink
Add linters to the readme documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
anastasiia-bilova committed May 17, 2019
1 parent 6851f57 commit 6a65cec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -972,8 +972,10 @@ $ docker exec -it remme-core-cli bash
And now being in the container, you can develop the project. For instance, run tests and linters:

```bash
$ pytest -vv tests/
$ coverage run -m pytest -vv tests
$ coverage report -m && coverage xml
$ flake8 cli && flake8 tests/
$ bash <(curl -s https://linters.io/isort-diff) cli tests
```

When you have developed new functionality, check it with the following command. This command creates the ``Python package``
Expand Down

0 comments on commit 6a65cec

Please sign in to comment.