testing-conventions 0.0.70

Enforce testing conventions in libraries (Python, TypeScript, and Rust).
Documentation
1
2
3
4
5
6
# First-party package `myproject`. The unit test below patches targets whose last
# dotted segment matches an imported symbol, but whose module path is a DIFFERENT
# module — so no local collaborator is actually mocked.
[project]
name = "myproject"
version = "0.0.0"