classParameters

lsst.utils.tests.classParameters(**settings)

Class decorator for generating unit tests

This decorator generates classes with class variables according to the supplied settings.

Parameters
**settingsdict (str: iterable)

The lists of test parameters to set as class variables in turn. Each should be an iterable of the same length.