Show More
@@ -245,7 +245,7 def skipif(skip_condition, msg=None): | |||||
245 |
|
245 | |||
246 | return skip_decorator |
|
246 | return skip_decorator | |
247 |
|
247 | |||
248 | # A version with the condition set to true, common case just to attacha message |
|
248 | # A version with the condition set to true, common case just to attach a message | |
249 | # to a skip decorator |
|
249 | # to a skip decorator | |
250 | def skip(msg=None): |
|
250 | def skip(msg=None): | |
251 | """Decorator factory - mark a test function for skipping from test suite. |
|
251 | """Decorator factory - mark a test function for skipping from test suite. |
General Comments 0
You need to be logged in to leave comments.
Login now