Skip to content

Commit

Permalink
docs: clarify testing procedure
Browse files Browse the repository at this point in the history
  • Loading branch information
rien333 committed Dec 6, 2024
1 parent 9be78eb commit 5d24332
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ Deze tests valideren de werking van deze library door naar drie dingen te kijken
# Het uitvoeren van de tests

``` shellsession
$ cd projecten/mdto # move into project dir
$ paru -S pytest # adapt to your operating system/preferences
$ cd projecten/mdto # ga naar de map van dit project
$ paru -S pytest # pas aan naar je bestuuringssysteem/voorkeuren
$ pip install -e . # installeer mdto.py in "editable" modus, zodat je je "globale" module lokaal kunt editen
$ pytest
```

0 comments on commit 5d24332

Please sign in to comment.