Marketplace
Browse and adopt engineering standards, rules, and configurations. Fork to customize for your organization.
Medium
2 rules
Official
Use pytest for testing
python
pytest with fixtures and parametrize. Simple asserts, rich plugin ecosystem.
Medium
in 10 rulesets
Official
Use unittest for Python basics
python
unittest for simple cases or legacy code. TestCase classes. setUp/tearDown. Prefer pytest for new projects.
Medium
in 10 rulesets