Code review comment for lp:~jml/testresources/tests-meaning-cleanup

Revision history for this message
James Henstridge (jamesh) wrote :

> > Thats not clear. Do you mean 'testresources needs pyunit3k to run its
> > own test suite'. Or 'if you use testresources you need to have pyunit3k
> > too.
> >
>
> Rephrased to:
> * testresources needs pyunit3k to run the testresources test suite. You
> can still use testresources without using pyunit3k. (Jonathan Lange)

That doesn't appear to be true though. Right at the top of testresources/__init__.py there is "from pyunit3k import iterate_tests", so you need pyunit3k for a bit more than just running the test suite.

« Back to merge proposal