Skip to content

Commit

Permalink
notes for testing episode
Browse files Browse the repository at this point in the history
  • Loading branch information
bast committed Sep 13, 2024
1 parent 13525b8 commit 182e250
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions content/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,8 @@
- 15 min: Moving to GitHub Actions
- 20 min: Exercise
- 10 min: Where to go from here

Further steps:
- example-based vs. property-based (hypothesis library)
- snapshot based testing (syrupy library) -> regression tests
- mutation testing (mutmut): tests pass -> change a line of code (make a mutant) -> test again and check whether all mutants get "killed"

0 comments on commit 182e250

Please sign in to comment.