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
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,18 @@ GitHub.dart is committed to efficiency as much as possible. If your code is not
30
30
31
31
Pull Request rejections are not a bad thing. It just means you need to fix something. Perhaps it is important to define 'rejection' as it is used in this case. A rejection is when a GitHub.dart committer comments on a Pull Request with a comment like 'rejected due to incorrect formatting'.
32
32
33
+
## Tests
34
+
35
+
To run the complete test suite you will need to install
36
+
`octokit/fixtures-server`.
37
+
38
+
```
39
+
npm install --global @octokit/fixtures-server
40
+
```
41
+
42
+
Tests can be run using `make test`, which will start up a local mock
43
+
GitHub and execute tests against it using your localhost port 3000.
44
+
33
45
## Contacting Us
34
46
35
47
- IRC: `#directcode on irc.esper.net and irc.freenode.net`
0 commit comments