mass_driver.tests.sample_result

Sample result objects, for analysis and summary

Module Contents

Functions

generate_sample_results

Generate some sample results from multiple runs

Data

PATCH_ERRORS

ALREADY_PATCHED

PATCH_DOES_NOT_APPLY

PATCHED_OK

PR_FAILED

PR_CREATED

SOURCED_COUNT

SAMPLE_DATA

API

mass_driver.tests.sample_result.PATCH_ERRORS = 1
mass_driver.tests.sample_result.ALREADY_PATCHED = 4
mass_driver.tests.sample_result.PATCH_DOES_NOT_APPLY = 5
mass_driver.tests.sample_result.PATCHED_OK = 12
mass_driver.tests.sample_result.PR_FAILED = 2
mass_driver.tests.sample_result.PR_CREATED = None
mass_driver.tests.sample_result.SOURCED_COUNT = None
mass_driver.tests.sample_result.generate_sample_results() mass_driver.models.activity.ActivityOutcome[source]

Generate some sample results from multiple runs

mass_driver.tests.sample_result.SAMPLE_DATA = None