Skip to content

Commit

Permalink
Use pytest instead of setup.py test in README
Browse files Browse the repository at this point in the history
  • Loading branch information
liZe committed Sep 6, 2022
1 parent 121420d commit adf1fd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test_non_regression/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ http://www.w3.org/Graphics/SVG/WG/wiki/Test_Suite_Overview

These tests are really useful if you changed the code. You can launch both
these tests and the API tests by getting the submodule and launching
``./setup.py test`` in the root folder of the repository::
``pytest`` in the root folder of the repository::

git submodule update --init
./setup.py test
pytest

You can launch the tests only on one image (or more than one, separated by a
comma) using::
Expand Down

0 comments on commit adf1fd4

Please sign in to comment.