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.
1 parent a68c5de commit d33d3c3Copy full SHA for d33d3c3
docs/unit-testing.qmd
@@ -48,7 +48,7 @@ def filter_penguins(species):
48
```
49
50
Now that we have a function that doesn't rely on a reactive `input` value, we can write a unit test for it.
51
-There are many unit testing frameworks available for Python, but we'll use **pytest** in this article since it's by far the most comment.
+There are many unit testing frameworks available for Python, but we'll use **pytest** in this article since it's by far the most common.
52
53
54
### pytest
0 commit comments