DevOps Group Assignment - 01
A collaborative project where each team member contributes a function based on the theme Math Utilities.
The final program integrates all functions into a single driver file and ensures everything is tested and working through GitHub collaboration.
main.py→ Starter/driver code that integrates all functionsfunctions/→ Individual function implementations (one file per contributor)tests/→ Unit tests for each functionREADME.md→ Project detailsCONTRIBUTING.md→ Contribution rules and workflow
- Python 3.10+
- pytest for testing
Install dependencies:
pip install -r requirements.txt