Skip to content

Commit

Permalink
fix(unit-testing): typo
Browse files Browse the repository at this point in the history
Closes #230
  • Loading branch information
gadenbuie authored Nov 26, 2024
1 parent a68c5de commit d33d3c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/unit-testing.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def filter_penguins(species):
```

Now that we have a function that doesn't rely on a reactive `input` value, we can write a unit test for it.
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.


### pytest
Expand Down

0 comments on commit d33d3c3

Please sign in to comment.