tracks/python/exercises/run-length-encoding/README.md in trackler-2.2.1.151 vs tracks/python/exercises/run-length-encoding/README.md in trackler-2.2.1.152
- old
+ new
@@ -40,10 +40,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 run_length_encoding_test.py`
-- Python 3.3+: `pytest run_length_encoding_test.py`
+- Python 3.4+: `pytest run_length_encoding_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 run_length_encoding_test.py`
### Common `pytest` options