python / cherry-picker

🐍🍒⛏ Utility script for backporting/cherry-picking CPython changes from master into one of the maintenance branches.
Apache License 2.0
49 stars 39 forks source link

Fix command for running tests in README #34

Closed Jackenmen closed 3 years ago

Jackenmen commented 3 years ago

I initially wanted to change this to pytest cherry_picker/test.py but I noticed that this project already has a pytest.ini file which means that the path to the tests does not need to be passed.