From e1d8f97b9e6988a7b9edadc9132f944ea3de6409 Mon Sep 17 00:00:00 2001 From: Alexey Kondratov Date: Fri, 27 Aug 2021 15:17:01 +0300 Subject: [PATCH] Mention `pipenv run` as an option to run pytest --- test_runner/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test_runner/README.md b/test_runner/README.md index 303acb8de0..f15aa29c1a 100644 --- a/test_runner/README.md +++ b/test_runner/README.md @@ -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