You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/doses/9.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,7 @@
2
2
title: 9 - dirty-equals
3
3
tags:
4
4
- Interesting projects
5
+
- Testing
5
6
---
6
7
# 9 - dirty-equals
7
8
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.
0 commit comments