testing-conventions 0.0.31

Enforce testing conventions in libraries (Python, TypeScript, and Rust).
Documentation
1
2
3
4
5
# Declares the dist's own top-level package — `myproject` is first-party. External
# imports (third-party / effectful stdlib) are classified against the stdlib set.
[project]
name = "myproject"
version = "0.0.0"