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 ed4bbab commit 52ab355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ Deze tests valideren de werking van deze library door naar drie dingen te kijken
``` shellsession
$ cd projecten/mdto # move into project dir
$ paru -S pytest # adapt to your operating system/preferences
$ pip install .
$ pip install -e . # installeer mdto.py in "editable" modus, zodat je "globale" module lokaal kunt editen
$ pytest
```

0 comments on commit 52ab355

Please sign in to comment.