From d2cd28d53b72d999e9a18d66319dfe4d9b7155c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=8F=AD=E6=80=9D=E6=95=8F?= Date: Sun, 28 Jan 2018 15:12:57 +0800 Subject: [PATCH] #29/Pytest doc error --- README.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index e94c6c12..095d5cd5 100644 --- a/README.rst +++ b/README.rst @@ -66,7 +66,8 @@ pytest .. code-block:: shell-session - ptest --cov=./ + pip install pytest pytest-cov + pytest --cov=./ nosetest --------