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

- old
+ new

@@ -43,10 +43,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 grains_test.py` -- Python 3.3+: `pytest grains_test.py` +- Python 3.4+: `pytest grains_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 grains_test.py` ### Common `pytest` options