Skip to content

Commit 06e1f9f

Browse files
authored
Merge pull request #496 from Montana/patch-1
Fix broken test command in contributing section.
2 parents b5fe22b + 21f5d41 commit 06e1f9f

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,7 @@ For bug reports, please [open an issue on GitHub](https://github.com/rollbar/pyr
8181
4. Push to the branch (```git push origin my-new-feature```)
8282
5. Create new Pull Request
8383

84-
Tests are in `rollbar/test`. To run the tests: `python setup.py test`
84+
Tests are in `rollbar/test`. To run them:
85+
86+
pip install -e . --group test
87+
pytest

0 commit comments

Comments
 (0)