We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c86c442 commit 9cbb385Copy full SHA for 9cbb385
CONTRIBUTING.rst
@@ -36,17 +36,23 @@ Code Contribution:
36
37
5. Make your local changes
38
39
-6. Run tests::
+6. Install dependencies for test::
40
+
41
+ pip3 install -e .[test]
42
43
+ pip3 install -U pytest
44
45
+7. Run tests::
46
47
pytest
48
-7. Commit and push::
49
+8. Commit and push::
50
51
git commit .am "Detailed commit message"
52
53
git push origin {branch-name}
54
-8. Submit a pull request in GitHub.
55
+9. Submit a pull request in GitHub.
56
57
Pull Request Guidelines
58
------------------------
0 commit comments