There was an error while loading. Please reload this page.
2 parents b5fe22b + 21f5d41 commit 06e1f9fCopy full SHA for 06e1f9f
1 file changed
README.md
@@ -81,4 +81,7 @@ For bug reports, please [open an issue on GitHub](https://github.com/rollbar/pyr
81
4. Push to the branch (```git push origin my-new-feature```)
82
5. Create new Pull Request
83
84
-Tests are in `rollbar/test`. To run the tests: `python setup.py test`
+Tests are in `rollbar/test`. To run them:
85
+
86
+ pip install -e . --group test
87
+ pytest
0 commit comments