Class decorator for generating unit tests
This decorator generates classes with class variables according to the
supplied settings.
- Parameters
- **settings
dict (str: iterable) The lists of test parameters to set as class variables in turn. Each
should be an iterable of the same length.