Collect results for reporting model quality.
memote.suite.collect.ResultCollectionPlugin(model, repository=None, branch=None, commit=None, exclusive=None, skip=None, custom_config=None, **kwargs)[source]¶Bases: object
Provide functionality for complex test result collection.
The plugin exposes the fixture store which can be used in test
functions to store values in a dictionary. The dictionary is namespaced to
the module so within a module the same keys should not be re-used
(unless intended).
pytest_report_teststatus(report)[source]¶Log pytest results for each test.
The categories are passed, failed, error, skipped and marked to fail.
| Parameters: | report : TestReport
|
|---|
results¶Return the test results as a nested dictionary.