testing-conventions 0.0.39

Enforce testing conventions in libraries (Python, TypeScript, and Rust).
Documentation
1
2
3
4
5
# Same first-party package as the red fixture — `myproject`. The canonical unit test
# below imports only the unit under test and mocks its collaborator by string.
[project]
name = "myproject"
version = "0.0.0"