testing-conventions 0.0.70

Enforce testing conventions in libraries (Python, TypeScript, and Rust).
Documentation
1
2
3
4
5
# First-party package `myproject`. The unit test below imports a two-symbol
# collaborator but mocks only one of the symbols — the other stays a real collaborator.
[project]
name = "myproject"
version = "0.0.0"