Roundup Tracker - Issues

Message5366

Author jerrykan
Recipients jerrykan, schlatterbeck, techtonik
Date 2015-08-22.14:15:34
Message-id <1440252934.37.0.939639494718.issue2550894@psf.upfronthosting.co.za>
In-reply-to
Hmmm... seems I didn't test the skipif() decorators correctly. They
don't always behave as expected due to an upstream bug:

  https://github.com/pytest-dev/pytest/issues/891

If a test class using a skipif() decorator shares a parent class with
other test classes, then it is possible that all these test classes
could be skipped.
History
Date User Action Args
2015-08-22 14:15:34jerrykansetmessageid: <1440252934.37.0.939639494718.issue2550894@psf.upfronthosting.co.za>
2015-08-22 14:15:34jerrykansetrecipients: + jerrykan, schlatterbeck, techtonik
2015-08-22 14:15:34jerrykanlinkissue2550894 messages
2015-08-22 14:15:34jerrykancreate