:py:mod:`mass_driver.tests.sample_result` ========================================= .. py:module:: mass_driver.tests.sample_result .. autodoc2-docstring:: mass_driver.tests.sample_result :parser: myst :allowtitles: Module Contents --------------- Functions ~~~~~~~~~ .. list-table:: :class: autosummary longtable :align: left * - :py:obj:`generate_sample_results ` - .. autodoc2-docstring:: mass_driver.tests.sample_result.generate_sample_results :parser: myst :summary: Data ~~~~ .. list-table:: :class: autosummary longtable :align: left * - :py:obj:`PATCH_ERRORS ` - .. autodoc2-docstring:: mass_driver.tests.sample_result.PATCH_ERRORS :parser: myst :summary: * - :py:obj:`ALREADY_PATCHED ` - .. autodoc2-docstring:: mass_driver.tests.sample_result.ALREADY_PATCHED :parser: myst :summary: * - :py:obj:`PATCH_DOES_NOT_APPLY ` - .. autodoc2-docstring:: mass_driver.tests.sample_result.PATCH_DOES_NOT_APPLY :parser: myst :summary: * - :py:obj:`PATCHED_OK ` - .. autodoc2-docstring:: mass_driver.tests.sample_result.PATCHED_OK :parser: myst :summary: * - :py:obj:`PR_FAILED ` - .. autodoc2-docstring:: mass_driver.tests.sample_result.PR_FAILED :parser: myst :summary: * - :py:obj:`PR_CREATED ` - .. autodoc2-docstring:: mass_driver.tests.sample_result.PR_CREATED :parser: myst :summary: * - :py:obj:`SOURCED_COUNT ` - .. autodoc2-docstring:: mass_driver.tests.sample_result.SOURCED_COUNT :parser: myst :summary: * - :py:obj:`SAMPLE_DATA ` - .. autodoc2-docstring:: mass_driver.tests.sample_result.SAMPLE_DATA :parser: myst :summary: API ~~~ .. py:data:: PATCH_ERRORS :canonical: mass_driver.tests.sample_result.PATCH_ERRORS :value: 1 .. autodoc2-docstring:: mass_driver.tests.sample_result.PATCH_ERRORS :parser: myst .. py:data:: ALREADY_PATCHED :canonical: mass_driver.tests.sample_result.ALREADY_PATCHED :value: 4 .. autodoc2-docstring:: mass_driver.tests.sample_result.ALREADY_PATCHED :parser: myst .. py:data:: PATCH_DOES_NOT_APPLY :canonical: mass_driver.tests.sample_result.PATCH_DOES_NOT_APPLY :value: 5 .. autodoc2-docstring:: mass_driver.tests.sample_result.PATCH_DOES_NOT_APPLY :parser: myst .. py:data:: PATCHED_OK :canonical: mass_driver.tests.sample_result.PATCHED_OK :value: 12 .. autodoc2-docstring:: mass_driver.tests.sample_result.PATCHED_OK :parser: myst .. py:data:: PR_FAILED :canonical: mass_driver.tests.sample_result.PR_FAILED :value: 2 .. autodoc2-docstring:: mass_driver.tests.sample_result.PR_FAILED :parser: myst .. py:data:: PR_CREATED :canonical: mass_driver.tests.sample_result.PR_CREATED :value: None .. autodoc2-docstring:: mass_driver.tests.sample_result.PR_CREATED :parser: myst .. py:data:: SOURCED_COUNT :canonical: mass_driver.tests.sample_result.SOURCED_COUNT :value: 'sum(...)' .. autodoc2-docstring:: mass_driver.tests.sample_result.SOURCED_COUNT :parser: myst .. py:function:: generate_sample_results() -> mass_driver.models.activity.ActivityOutcome :canonical: mass_driver.tests.sample_result.generate_sample_results .. autodoc2-docstring:: mass_driver.tests.sample_result.generate_sample_results :parser: myst .. py:data:: SAMPLE_DATA :canonical: mass_driver.tests.sample_result.SAMPLE_DATA :value: 'generate_sample_results(...)' .. autodoc2-docstring:: mass_driver.tests.sample_result.SAMPLE_DATA :parser: myst