Skip to content

Commit 96f63d2

Browse files
committed
Introduce testing category
1 parent 1498560 commit 96f63d2

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

docs/doses/11.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: 11 - pytest-cases
33
tags:
44
- Interesting projects
5+
- Testing
56
---
67
# 11 - pytest-cases
78

docs/doses/12.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: 12 - pyfakefs
33
tags:
44
- Interesting projects
5+
- Testing
56
---
67
# 12 - pyfakefs
78

docs/doses/9.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: 9 - dirty-equals
33
tags:
44
- Interesting projects
5+
- Testing
56
---
67
# 9 - dirty-equals
78
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

Comments
 (0)