testing-conventions 0.0.63

Enforce testing conventions in libraries (Python, TypeScript, and Rust).
Documentation
1
2
3
4
5
# First-party package `myproject`. The barrel test below imports the package's own
# re-export surface (`from . import …`) — the unit under test, never a collaborator.
[project]
name = "myproject"
version = "0.0.0"