You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@ even better than it is today! Here are the guidelines we'd like you to follow:
10
10
-[Documentation fixes](#docs)
11
11
-[Submission Guidelines](#submit)
12
12
-[Coding Rules](#rules)
13
+
-[Local Testing](#testing)
13
14
14
15
15
16
## <aname="coc"></a> Code of Conduct
@@ -155,6 +156,11 @@ you are working:
155
156
* All features or bug fixes **must be tested** by one or more tests.
156
157
* All classes and methods **must be documented**.
157
158
159
+
## <a name="testing"></a> Local Testing
160
+
There exists a separate `requirements.txt` document under `tests` that contains dependencies required for running unit tests. To install them and run the unit tests, try this:
0 commit comments