Appendix
Correct Pull Requests
subtract
There should be changes to 3 files, 2 of which should be new files in the correct location.
pythoncalculator/subtract.py
There should be a new pythoncalculator/subtract.py containing:
pythoncalculator/__init__.py
The pythoncalculator/__init__.py file should contain the following line:
tests/test_subtract.py
There should be a new tests/test_subtract.py containing:
divide
There should be changes to 3 files, 2 of which should be new files in the correct location.
pythoncalculator/divide.py
There should be a new pythoncalculator/divide.py containing:
pythoncalculator/__init__.py
The pythoncalculator/__init__.py file should contain the following line:
tests/test_divide.py
There should be a new tests/test_divide.py containing:
multiply
There should be changes to 3 files, 2 of which should be new files in the correct location.
pythoncalculator/multiply.py
There should be a new pythoncalculator/multiply.py containing:
pythoncalculator/__init__.py
The pythoncalculator/__init__.py file should contain the following line:
tests/test_multiply.py
There should be a new tests/test_multiply.py containing: