Skip to content

Commit

Permalink
docs: Fix copy/paste issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgate committed Jul 25, 2023
1 parent 6da147c commit 2f6517a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -424,10 +424,9 @@ utilize [type-hinting][typing] wherever possible for clarity's sake.
### Testing
PyRAMSES uses [pytest][pytest] for our unit test suite. To get up-to-speed
with what it does and how it works, check out
[this RealPython tutorial][tutorial]. Also highly recommended is
[Python Testing with pytest, by Brian Okken][okken].
We use [pytest][pytest] for our unit test suite. To get up-to-speed with what
it does and how it works, check out [this RealPython tutorial][tutorial]. Also
highly recommended is [Python Testing with pytest, by Brian Okken][okken].
[pytest]: https://docs.pytest.org/
[tutorial]: https://realpython.com/pytest-python-testing/
Expand Down

0 comments on commit 2f6517a

Please sign in to comment.