We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1364e13 + a502ec3 commit 2e98390Copy full SHA for 2e98390
CONTRIBUTING.md
@@ -9,7 +9,7 @@ Make sure to install an editable version before running tests:
9
```python
10
pip install -r tests/test_requirements.txt
11
pip install -e .
12
-pytest --cov=mkdocs_git_authors_plugin --cov-report term-missing test
+pytest --cov=mkdocs_git_authors_plugin --cov-report term-missing tests
13
```
14
15
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
31
32
#### Tests
33
34
-If it makes sense, writing tests for your PRs is always appreciated and will help get them merged.
+If it makes sense, writing tests for your PRs is always appreciated and will help get them merged.
0 commit comments