From aa3701bbfa59758c754d3e335dc026aa2aa57fe2 Mon Sep 17 00:00:00 2001 From: Stavros Ntentos <133706+stdedos@users.noreply.github.com> Date: Fri, 12 Apr 2019 11:11:41 +0300 Subject: install.rst: complete pytest invocation --- docs/install.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/install.rst b/docs/install.rst index 58910e29..4e23497b 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -50,7 +50,8 @@ After this you ought to be able to run the tests without an hitch. The tests are based on the pypy test environment, so:: cd tests - py.test + pip install -r test-requirements.txt + pytest is what you should use. If you don't have py.test, get it it's part of pypy! It's really good ! -- cgit v1.2.1