Models¶
-
class
quade.models.Scenario(*args, **kwargs)[source]¶ A specific scenario that QA tests will be run against.
The heart of a
Scenariois the config attribute. config is a list of several fixtures, possibly with arguments, which are executed sequentially to create and modify objects in the database.