We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47bd223 commit 74b20e7Copy full SHA for 74b20e7
content/pages/04-web-development/36-unit-testing.markdown
@@ -35,8 +35,8 @@ by writing the test cases to exercise multiple parts of code at once.
35
* [unittest](https://docs.python.org/3/library/unittest.html)
36
is the built-in standard library tool for testing Python code.
37
38
-* [pytest](http://pytest.org/latest/) is a complete testing tool that
39
- emphasizes backwards-compatibility and minimizing boilerplate code.
+* [pytest](https://docs.pytest.org/en/latest) is a complete testing tool
+ that emphasizes backwards-compatibility and minimizing boilerplate code.
40
41
* [nose](https://nose.readthedocs.org/en/latest/) is an extension to
42
unittest that makes it easier to create and execute test cases.
0 commit comments