Closed jone closed 10 years ago
:+1: (Now I see what you meant by "unused variables". Those _ =
assignments I originally did to indicate that the convert()
method returns a result that would actually be used in production, and is excplicitely ignored in those tests. But looking at it now it just adds clutter to the tests, so good call for removing it)
Contains:
self.assertRaises
context manager@lukasgraf can you take a look at these changes?