{ } Raw JSON

bundles / astropy latest / astropy / tests / runner / keyword

class

astropy.tests.runner:keyword

source: /astropy/tests/runner.py :21

Signature

class   keyword ( default_value = None priority = 0 )

Members

Summary

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.

Aliases

  • astropy.tests.runner.keyword