This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author xdegaye
Recipients davin, serhiy.storchaka, vinay.sajip, xdegaye
Date 2016-11-12.10:46:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1478947589.19.0.769072267244.issue28668@psf.upfronthosting.co.za>
In-reply-to
Content
When the test is to be skipped:
  * The decorator in the previous patch (a decorator with arguments that takes no argument) returns a decorator which is unittest.skip (to be applied to the test method).
  * On the other side, the skip_unless_symlink decorator pattern (no argument) applies the unittest.skip decorator to the test method and returns the decorated test method.
This new patch uses the second method suggested by Serhiy.
History
Date User Action Args
2016-11-12 10:46:29xdegayesetrecipients: + xdegaye, vinay.sajip, serhiy.storchaka, davin
2016-11-12 10:46:29xdegayesetmessageid: <1478947589.19.0.769072267244.issue28668@psf.upfronthosting.co.za>
2016-11-12 10:46:29xdegayelinkissue28668 messages
2016-11-12 10:46:29xdegayecreate