From 40c6d4051214c13e0c0640b55edadb0e5aa0ea0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sun, 13 May 2018 16:23:49 +0200 Subject: Use pytest instead of py.test per upstream recommendation, #dropthedot (#4236) http://blog.pytest.org/2016/whats-new-in-pytest-30/ https://twitter.com/hashtag/dropthedot --- docs/development/getting-started.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/development') diff --git a/docs/development/getting-started.rst b/docs/development/getting-started.rst index 96b4b6d7..953ae959 100644 --- a/docs/development/getting-started.rst +++ b/docs/development/getting-started.rst @@ -61,7 +61,7 @@ automatically, so all you have to do is: .. code-block:: console - $ py.test + $ pytest ... 62746 passed in 220.43 seconds -- cgit v1.2.3