Marketplace
Browse and adopt engineering standards, rules, and configurations. Fork to customize for your organization.
Medium
2 rules
Official
Use pytest for testing
python
Use pytest as your testing framework: - Simple assert statements - Powerful fixtures for setup/teardown - Parametrized tests for multiple inputs - ...
Medium
in 10 rulesets
Official
uv scripts and commands
python
Define scripts in pyproject.toml for common commands: ```toml [project.scripts] myapp = "myproject.main:main" [tool.uv.scripts] dev = "fastapi de...
Medium
in 9 rulesets