Code review comment for lp:~javier.collado/utah/static_analysis_4

Revision history for this message
Joe Talbott (joetalbott) wrote :

On Wed, Aug 08, 2012 at 04:30:27PM -0000, Javier Collado wrote:
> @Joe
> The imports that were mistakenly removed have been added again.
>
> I wanted to verify if nosetests works fine and I got 20 errors mainly because:
> - master.run file is missing
> -/var/lib/utah/examples isn't found
> - and ...
> Traceback (most recent call last):
> File "/home/javi/code/bzr/utah/static_analysis_4/utah/client/tests/test_testsuite.py", line 30, in setUp
> self.assertTrue(os.path.exists(os.path.join(path, name)))
> AssertionError: False is not true
>
> I followed the instructions in utah_howto.txt, but something must be missing in my environment. Please could you let me know what did you do to set up yours? Thanks.

Also make sure that the global setUp and tearDown methods are getting
called because they do some setting up of the environment as well.
>
> --
> https://code.launchpad.net/~javier.collado/utah/static_analysis_4/+merge/118745
> Your team UTAH Dev is requested to review the proposed merge of lp:~javier.collado/utah/static_analysis_4 into lp:utah/dev.

« Back to merge proposal