Skip to content

Commit

Permalink
Fix CONTRIBUTING.rst. This commit will be squashed soon.
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
aknrdureegaesr and Kwpolska authored Feb 12, 2024
1 parent de8fc3d commit f97c8ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Here are some guidelines about how you can contribute to Nikola:
* **Try writing some tests** if possible — again, following existing tests is
often easiest, and a good way to tell whether the feature you are modifying is
easily testable.
* **Test your code.** If you can, run the test suite with ``f tests/``
* **Test your code.** If you can, run the test suite with ``pytest tests/``
(you will need to install pytest and some other requirements, see
``requirements-tests.txt``). Alternatively, you can push, make a PR and wait
for our CI to pick up and test your changes (but note that workflows for new
Expand Down

0 comments on commit f97c8ef

Please sign in to comment.