Skip to content

Commit

Permalink
Update developing.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ruppde authored and MatejKastak committed Oct 23, 2023
1 parent e134208 commit 3fc0a84
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/developing.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,9 @@ You can run tests with the following command:
```bash
poetry run pytest
```

Run tests including pylint and the Black code formatter like the CI workflow of the repo. Useful before PRs:

```bash
poetry run pytest -vvv --black --pylint --pylint-rcfile=pyproject.toml --cov=yls --cov-report=term-missing -l ./yls ./tests
```

0 comments on commit 3fc0a84

Please sign in to comment.