Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicoretti committed Jul 18, 2023
1 parent 698d27d commit 05e5b97
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ In order to install prysk with pytest support, the extra **pytest-plugin**,
needs to be enabled. How this can be achieved depends or your package
management tool. Here are some examples:

* `pip install "prysk-pytest"`
* `poetry add "pytest-prysk"`
* `pip install prysk-pytest`
* `poetry add pytest-prysk`


## How to run prysk tests with pytest

Once you installed the pytest-prysk plugin, it will use pytest mechanisms to collect your prysk tests.
So usually a simple `pytest` should do the trick.

Attention: In case you want to prevent pytest from running any prysk test just pass :code:`-p no:prysk` to the pytest cli.
Attention: In case you want to prevent pytest from running any prysk test just pass `-p no:prysk` to the pytest cli.

0 comments on commit 05e5b97

Please sign in to comment.