-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ADR]: Back-end Code Quality Tools #101
Comments
@acouch and I agree this should be in a separate ADR or working agreement. We already have some great documentation on conventions that might work for us. |
Branch: |
@daphnegold @acouch Good call! I'll create a separate ADR for Git Conventions (e.g. branch naming, merge strategies, commit conventions) I would love to have this be enforced with some tooling though, for example:
|
@widal001 as we discussed offline, unit testing and coverage is a big thing on its own. As this ADR keeps growing, that's a clear conceptual place we can split off into another ADR (again :P). Let me know if you'd like me to create that issue or if you're on it! |
ref: #50 |
Description
Evaluate and select libraries to enforce the following standards within the backend codebase:
Unit testingTest coverageOptions
Note: The following list of options for these tools assume we are using python, which needs to be decided by #38
Unit testingunittestpytestothers as recommendedTest coveragecoverage.pypytest-covDefinition of Done
documentation/[ADR folders TBD]/
Unit testsTest coverageThe text was updated successfully, but these errors were encountered: