One-to-many Object Relationships Lab (CodeGrade)

Close

Learning Goals


Key Vocab


Introduction

In this lab we will implement a one-to-many relationship between a Owner and Pet.


Instructions

This is a test-driven lab. Run pipenv install to create your virtual environment and pipenv shell to enter the virtual environment. Then run pytest -x to run your tests. Use these instructions and pytest 's error messages to complete your work in the lib/ folder.

Instructions:


Resources