X Tutup
Skip to content

Commit 3513227

Browse files
rahieltsnoam
authored andcommitted
contributing: how to run tests without make; AUTHORS: fix formatting (python-telegram-bot#567)
1 parent 44d7bad commit 3513227

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/CONTRIBUTING.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,12 @@ Here's how to make a one-off code change.
8585
8686
$ make test
8787
88+
If you don't have ``make``, do:
89+
90+
.. code-block::
91+
92+
$ nosetests -v
93+
8894
- To actually make the commit (this will trigger tests for yapf, lint and pep8 automatically):
8995

9096
.. code-block:: bash

AUTHORS.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The following wonderful people contributed directly or indirectly to this projec
1414
- `Anton Tagunov <https://github.com/anton-tagunov>`_
1515
- `Balduro <https://github.com/Balduro>`_
1616
- `bimmlerd <https://github.com/bimmlerd>`_
17-
- `d-qoi <https://github.com/d-qoi>`
17+
- `d-qoi <https://github.com/d-qoi>`_
1818
- `daimajia <https://github.com/daimajia>`_
1919
- `Eli Gao <https://github.com/eligao>`_
2020
- `ErgoZ Riftbit Vaper <https://github.com/ergoz>`_

0 commit comments

Comments
 (0)
X Tutup