diff --git a/doc/en/goodpractises.txt b/doc/en/goodpractises.txt index e294eefa8..66c2f7bfa 100644 --- a/doc/en/goodpractises.txt +++ b/doc/en/goodpractises.txt @@ -119,7 +119,7 @@ to support running a pytest from test requirements:: setup( #..., tests_require=['pytest'], - cmdclass = {'test': pytest}, + cmdclass = {'test': PyTest}, ) Now if you run::