Skip to content

Commit

Permalink
Add comment on slow tests to CONTRIBUTING.
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelburbulla committed Feb 15, 2024
1 parent 6813a4b commit 18a1f2c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,13 @@ by [CI pipelines](#CI). Before pushing your changes to the remote we recommend
to execute `pytest` locally in order to detect mistakes early on and to avoid
failing pipelines.

Slow tests (> 5s) are marked by the `@pytest.mark.slow` decorator.
To run all tests except the slow ones, use:

```shell
pytest -m "not slow"
```

## Notebooks

We use notebooks both as documentation (copied over to `docs/examples`) and as
Expand Down

0 comments on commit 18a1f2c

Please sign in to comment.