Task: Implement the functions in src/arithmetic/arithmetic.py
so that all tests in tests/test_arithmetic.py
pass.
Workflow:
- Fork this repository to your own GitHub account.
- Clone the repo to AWS VM.
- Run poetry install to install dependencies
- Run poetry run pre-commit install to install the pre-commit hook.
- Create a new branch from
develop
and name itfeature/student1name_student2name
. - Implement the functions until all
pytest
tests pass. - Make the pre-commit checks all pass and commit the code.
- Push your code to your Github repo.
- Submit a Pull Request back to the
develop
branch of the main repo. CI must pass. - Wait for code review and grading.