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.
- Create a new branch from
developand name itfeature/student1name_student2name. - Clone the repo to AWS VM.
- Implement the functions until all
pytesttests pass. - Push your code to your Github repo.
- Submit a Pull Request back to the
developbranch of the main repo. CI must pass. - Wait for code review and grading.