Skip to content

Commit

Permalink
Add README section to run the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SqAtx committed Nov 9, 2024
1 parent 70149ce commit c85f5ac
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,20 @@ them locally with `pre-commit run --all-files`.
For more guidelines about contributing, see
[CONTRIBUTING.md](./CONTRIBUTING.md).

### Running the tests

Tests are run using `pytest`.

We first need some files to be pre-processed by meson, which is done by the
following one-time step:
```sh
meson setup ./build
cd GTG/core/ && ln -s ../../.build/GTG/core/info.py .
```

Then you can run the tests with `pytest` in the repository root.


# "Where is my user data and config stored?"

It depends:
Expand Down

0 comments on commit c85f5ac

Please sign in to comment.