Passing all test cases is required for you to finish.
You can run your tests in terminal by doing the following:
Make sure your terminal is in this directory. You can confirm that is true by typing pwd
in terminal.
Create a virtual environment with
python -m venv ./.collecting-data
Then activate it in terminal:
Windows: .\.collecting-data\Scripts\activate
Mac: source ./.collecting-data/bin/activate
Linux: source ./.collecting-data/bin/activate
Then run pytest
to verify everything is working.
Please read this unit in the following order:
- rubric.md (view in preview mode!)
- collecting_data.ipynb