Warning

This document is for an in-development version 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.

Source code for galaxy_test.driver.testcase

from galaxy_test.base.testcase import FunctionalTestCase
from .driver_util import GalaxyTestDriver


[docs]class DrivenFunctionalTestCase(FunctionalTestCase): """Variant of FunctionalTestCase that can launch Galaxy instances. """ galaxy_driver_class = GalaxyTestDriver