tracks/python/exercises/transpose/README.md in trackler-2.2.1.151 vs tracks/python/exercises/transpose/README.md in trackler-2.2.1.152

- old
+ new

@@ -75,10 +75,10 @@ ## Running the tests To run the tests, run the appropriate command below ([why they are different](https://github.com/pytest-dev/pytest/issues/1629#issue-161422224)): - Python 2.7: `py.test transpose_test.py` -- Python 3.3+: `pytest transpose_test.py` +- Python 3.4+: `pytest transpose_test.py` Alternatively, you can tell Python to run the pytest module (allowing the same command to be used regardless of Python version): `python -m pytest transpose_test.py` ### Common `pytest` options