ParvoCure Python Starter
This starter contains the project structure and reference data, but not the completed business logic.
Structure
data/— breed, tax, and shipping reference datasrc/parvocure/— implementation modulestests/— unit and integration test files
Run the starter tests
From this directory:
python -m unittest discover -s tests
Your job
Complete the TODOs in the implementation files and expand both the unit and integration tests. Keep separate modules for the different responsibilities.
The provided data intentionally contains things worth noticing. Do not assume that every requirement or data row is automatically correct.