Skip to content

Commit a502ec3

Browse files
authored
Remaining change test=>tests
1 parent 1364e13 commit a502ec3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Make sure to install an editable version before running tests:
99
```python
1010
pip install -r tests/test_requirements.txt
1111
pip install -e .
12-
pytest --cov=mkdocs_git_authors_plugin --cov-report term-missing test
12+
pytest --cov=mkdocs_git_authors_plugin --cov-report term-missing tests
1313
```
1414

1515
In addition, this project uses pyflakes for static code checking:
@@ -31,4 +31,4 @@ Make sure your code follows [PEP-8](https://www.python.org/dev/peps/pep-0008/) a
3131

3232
#### Tests
3333

34-
If it makes sense, writing tests for your PRs is always appreciated and will help get them merged.
34+
If it makes sense, writing tests for your PRs is always appreciated and will help get them merged.

0 commit comments

Comments
 (0)