Skip to content

Commit

Permalink
Add TODO for test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ignacio Avas committed May 3, 2017
1 parent 7824137 commit dac6dec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions py101/classes/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ def tearDown(self):
def runTest(self):
"""Makes a simple test of the output"""

# TODO check for class definition, and check if method was called
code = compile(self.candidate_code, self.file_name, 'exec', optimize=0)
exec(code)
self.assertMultiLineEqual(self.expected_output,
Expand Down

0 comments on commit dac6dec

Please sign in to comment.