Clone this repo.
git clone https://github.com/datamade/fix-a-bug.git && cd fix-a-bugInstall the requirements. (Feel free to use a virtual environment!)
pip install -r requirements.txtRun the tests.
pytest -svThe code in fix_me.py contains four errors that are preventing the test from
passing. Debug and correct each error. As you identify the errors, fill out
a description of the problem and an explanation of the root cause and your fix
in the section below.
Description:
Explanation:
Description:
Explanation:
Description:
Explanation:
Description:
Explanation: