Skip to content

Commit

Permalink
docs: add README to tests/
Browse files Browse the repository at this point in the history
  • Loading branch information
rien333 committed Dec 4, 2024
1 parent b0d6771 commit ca61865
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions tests/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Tests afhankelijkheden

[`pytest`](https://pypi.org/project/pytest/) en de afhankelijkheden van `mdto.py` zijn genoeg om alle tests uit te voeren.

# Het uitvoeren van de tests

``` shellsession
# move into project dir
$ cd projecten/mdto
# install test dependencies
$ paru -S pytest # adapt to your operating system/preferences
$ pip install .
$ pytest
```

0 comments on commit ca61865

Please sign in to comment.