Code review comment for lp:~joetalbott/utah/fix_result_counts

Revision history for this message
Javier Collado (javier.collado) wrote :

By the way, when running the test cases, I get three errors like the one below:

======================================================================
ERROR: Failure: TypeError (__init__() takes at least 4 arguments (1 given))
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/nose/loader.py", line 495, in makeTest
    return self._makeTest(obj, parent)
  File "/usr/lib/python2.7/dist-packages/nose/loader.py", line 554, in _makeTest
    return MethodTestCase(obj)
  File "/usr/lib/python2.7/dist-packages/nose/case.py", line 345, in __init__
    self.inst = self.cls()
TypeError: __init__() takes at least 4 arguments (1 given)
----------------------------------------------------------------------

I get them for the dev branch as well, so I don't think it's because of any
change here. Anyway, I'm not merging this right now just in case you want to
take a look a this issue.

« Back to merge proposal