Update test command in README
This commit is contained in:
parent
7971b147cb
commit
358aeb0650
1 changed files with 5 additions and 6 deletions
11
README.md
11
README.md
|
|
@ -36,6 +36,10 @@ There is deliberately no network connectivity or syncing intended.
|
||||||
|
|
||||||
Make sure you have `libxcb-cursor0` installed (it may be called something else on non-Debian distributions).
|
Make sure you have `libxcb-cursor0` installed (it may be called something else on non-Debian distributions).
|
||||||
|
|
||||||
|
### From PyPi/pip
|
||||||
|
|
||||||
|
* `pip install bouquin`
|
||||||
|
|
||||||
### From source
|
### From source
|
||||||
|
|
||||||
* Clone this repo or download the tarball from the releases page
|
* Clone this repo or download the tarball from the releases page
|
||||||
|
|
@ -47,14 +51,9 @@ Make sure you have `libxcb-cursor0` installed (it may be called something else o
|
||||||
|
|
||||||
* Download the whl and run it
|
* Download the whl and run it
|
||||||
|
|
||||||
### From PyPi/pip
|
|
||||||
|
|
||||||
* `pip install bouquin`
|
|
||||||
|
|
||||||
|
|
||||||
## How to run the tests
|
## How to run the tests
|
||||||
|
|
||||||
* Clone the repo
|
* Clone the repo
|
||||||
* Ensure you have poetry installed
|
* Ensure you have poetry installed
|
||||||
* Run `poetry install --with test`
|
* Run `poetry install --with test`
|
||||||
* Run `poetry run pytest -vvv`
|
* Run `poetry run pytest -vvvv --cov=bouquin`
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue