Roundup Tracker - Issues

Message5359

Author jerrykan
Recipients jerrykan
Date 2015-08-21.08:27:36
Message-id <1440145656.99.0.435729061574.issue2550894@psf.upfronthosting.co.za>
In-reply-to
A couple of things to note:

- pytest requires python v2.6+ so these changes would have to wait until
after Roundup v1.5.1 is release (the last to support python v2.5) before
they can be pushed to the repository 

- the new pytest run_tests.py script will automatically search for tests
to run, so if you have a virtualenv directory in the local repository
clone directory you should probably invoke the script using:

  ./run_tests.py test

to specify that you only want pytest to look in the test/ directory for
tests.
History
Date User Action Args
2015-08-21 08:27:36jerrykansetmessageid: <1440145656.99.0.435729061574.issue2550894@psf.upfronthosting.co.za>
2015-08-21 08:27:36jerrykansetrecipients: + jerrykan
2015-08-21 08:27:36jerrykanlinkissue2550894 messages
2015-08-21 08:27:36jerrykancreate