keyword

class astropy.tests.runner.keyword(default_value=None, priority=0)[source] [edit on github]

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)

Methods Documentation

__call__(f)[source] [edit on github]