Skip to content

Commit

Permalink
docs: Update the test command in developing.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MatejKastak committed Oct 23, 2023
1 parent 57e5c88 commit 6e97637
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions docs/developing.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,5 @@ poetry install
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
poetry run poe test
```

0 comments on commit 6e97637

Please sign in to comment.