keyword¶
-
class
astropy.tests.runner.
keyword
(default_value=None, priority=0)[source]¶ Bases:
object
A decorator to mark a method as keyword argument for the
TestRunner
.Parameters: default_value :
object
The default value for the keyword argument. (Default:
None
)priority :
int
keyword argument methods are executed in order of descending priority.
Methods Summary
__call__
(f)Call self as a function. Methods Documentation