Mention pipenv run as an option to run pytest

This commit is contained in:
Alexey Kondratov
2021-08-27 15:17:01 +03:00
committed by Alexey Kondratov
parent 7e7b31a626
commit e1d8f97b9e

View File

@@ -7,7 +7,8 @@ Prerequisites:
- Dependencies: install them via `pipenv install`. Note that Debian/Ubuntu
packages are stale, as it commonly happens, so manual installation is not
recommended.
Run `pipenv shell` to activate the venv.
Run `pipenv shell` to activate the venv or use `pipenv run` to run a single
command in the venv, e.g. `pipenv run pytests`.
- Zenith and Postgres binaries
- See the root README.md for build directions
- Tests can be run from the git tree; or see the environment variables