1
0
Fork 0

Fix capitalisation of "GitHub" (#9184)

This commit is contained in:
Ryan 2020-05-26 12:43:14 +10:00 committed by GitHub
parent 5c9906eb4f
commit e4823aadec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
70 changed files with 95 additions and 95 deletions

View file

@ -210,7 +210,7 @@ Our tests can be found in `lib/python/qmk/tests/`. You will find both unit and i
If your PR does not include a comprehensive set of tests please add comments like this to your code so that other people know where they can help:
# TODO(unassigned/<yourGithubUsername>): Write <unit|integration> tests
# TODO(unassigned/<your_github_username>): Write <unit|integration> tests
We use [nose2](https://nose2.readthedocs.io/en/latest/getting_started.html) to run our tests. You can refer to the nose2 documentation for more details on what you can do in your test functions.