Skip to content

Commit

Permalink
Introduce testing category
Browse files Browse the repository at this point in the history
  • Loading branch information
jerry-git committed May 27, 2022
1 parent 1498560 commit 96f63d2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/doses/11.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: 11 - pytest-cases
tags:
- Interesting projects
- Testing
---
# 11 - pytest-cases

Expand Down
1 change: 1 addition & 0 deletions docs/doses/12.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: 12 - pyfakefs
tags:
- Interesting projects
- Testing
---
# 12 - pyfakefs

Expand Down
1 change: 1 addition & 0 deletions docs/doses/9.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: 9 - dirty-equals
tags:
- Interesting projects
- Testing
---
# 9 - dirty-equals
A fresh testing library from Samuel Colvin who is also the author of pydantic. `dirty-equals` makes it possible to assert full payloads without a requirement for knowing the exact values of all the keys in the payload. Handy for testing JSON APIs, for example.
Expand Down

0 comments on commit 96f63d2

Please sign in to comment.