bike-barn / red-green-refactor

A very simple calculator designed to teach software testing.
ISC License
4 stars 2 forks source link

Assignment one and two #17

Closed reillysiemens closed 8 years ago

reillysiemens commented 8 years ago

Description

This PR removes the the body from Calc and Token methods and also removes the arguments in their signatures. People will need to recreate the functionality by looking at docstrings and failing tests.

Check List

The above checklist isn't relevant because the point is to make the tests fail.