You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Introduce test runner and code coverage.
- Set up pre-commit hooks to run before git commit and push.
- Create setup.py and add a LICENSE file (using MIT by default, subject to change).
#4
- Introduce test runner and code coverage.
- Set up pre-commit hooks to run before git commit and push.
- Create setup.py and add a LICENSE file (using MIT by default, subject to change).
#4
Scaffolding the client-side build pipeline with engineering best practices.
Introduced test runner and code coverage. Example tests lie unders tests/
Pre-commit hooks run before git commit and push:
Auto-formats python files.
Sorts module imports.
Strips trailing whitespace from lines.
Static analysis for style and documentation enforcement.
Runs unit tests and generate code coverage.
Created setup.py. We should fill in its details as we go.
The text was updated successfully, but these errors were encountered: