Unity 8
|
Inherits Fixture.
Public Member Functions | |
def | __init__ (self, binary_path, variables) |
def | setUp (self) |
def | launch_application (self) |
def | stop_application (self) |
Public Attributes | |
binary_path | |
variables | |
application_proxy | |
Fixture to launch the Dash app.
Definition at line 219 of file fixture_setup.py.
def unity8.fixture_setup.LaunchDashApp.__init__ | ( | self, | |
binary_path, | |||
variables | |||
) |
Initialize an instance. :param str binary_path: The path to the Dash app binary. :param variables: The variables to use when launching the app. :type variables: A dictionary.
Definition at line 223 of file fixture_setup.py.
def unity8.fixture_setup.LaunchDashApp.setUp | ( | self | ) |
Launch the dash app when the fixture is used.
Definition at line 235 of file fixture_setup.py.