Closed
Description
Currently skip_on_exception
is not a signature-preserving decorator, at least in Python 2.7. When writing tests one needs to use a workaround to parametrize skip_on_exception
decorator see #357 for discussion.
Currently skip_on_exception
is not a signature-preserving decorator, at least in Python 2.7. When writing tests one needs to use a workaround to parametrize skip_on_exception
decorator see #357 for discussion.