Skip to content

Commit 74b20e7

Browse files
committed
fix link to pytest docs thanks to contributor
1 parent 47bd223 commit 74b20e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/pages/04-web-development/36-unit-testing.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ by writing the test cases to exercise multiple parts of code at once.
3535
* [unittest](https://docs.python.org/3/library/unittest.html)
3636
is the built-in standard library tool for testing Python code.
3737

38-
* [pytest](http://pytest.org/latest/) is a complete testing tool that
39-
emphasizes backwards-compatibility and minimizing boilerplate code.
38+
* [pytest](https://docs.pytest.org/en/latest) is a complete testing tool
39+
that emphasizes backwards-compatibility and minimizing boilerplate code.
4040

4141
* [nose](https://nose.readthedocs.org/en/latest/) is an extension to
4242
unittest that makes it easier to create and execute test cases.

0 commit comments

Comments
 (0)