Warning

This document is for an old release of Galaxy. You can alternatively view this page in the latest release if it exists or view the top of the latest release's documentation.

galaxy_test.performance package

Submodules

galaxy_test.performance.conftest module

galaxy_test.performance.conftest.get_timings(test_uuid)[source]
galaxy_test.performance.conftest.pytest_configure(config)[source]
class galaxy_test.performance.conftest.JsonReportHooks[source]

Bases: object

pytest_json_runtest_metadata(item, call)[source]
pytest_json_modifyreport(json_report)[source]

galaxy_test.performance.test_workflow_framework_performance module

class galaxy_test.performance.test_workflow_framework_performance.WorkflowFrameworkPerformanceTestCase(methodName='runTest')[source]

Bases: galaxy_test.api._framework.ApiTestCase

framework_tool_and_types = True
setUp()[source]

Hook method for setting up the test fixture before exercising it.

test_run_simple()[source]
test_run_wave()[source]
test_run_two_output()[source]