Message280649
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. |
|
| Date |
User |
Action |
Args |
| 2016-11-12 10:46:29 | xdegaye | set | recipients:
+ xdegaye, vinay.sajip, serhiy.storchaka, davin |
| 2016-11-12 10:46:29 | xdegaye | set | messageid: <[email protected]> |
| 2016-11-12 10:46:29 | xdegaye | link | issue28668 messages |
| 2016-11-12 10:46:29 | xdegaye | create | |
|