Lomiri
|
Inherits fixtures.Fixture.
Public Member Functions | |
__init__ (self, binary_path, variables) | |
setUp (self) | |
launch_application (self) | |
stop_application (self) | |
Public Attributes | |
binary_path | |
variables | |
stop_application | |
application_proxy | |
Fixture to launch the Dash app.
Definition at line 219 of file fixture_setup.py.
lomiri.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.
lomiri.fixture_setup.LaunchDashApp.launch_application | ( | self | ) |
Definition at line 241 of file fixture_setup.py.
lomiri.fixture_setup.LaunchDashApp.setUp | ( | self | ) |
Launch the dash app when the fixture is used.
Definition at line 235 of file fixture_setup.py.
lomiri.fixture_setup.LaunchDashApp.stop_application | ( | self | ) |
Definition at line 255 of file fixture_setup.py.
lomiri.fixture_setup.LaunchDashApp.application_proxy |
Definition at line 239 of file fixture_setup.py.
lomiri.fixture_setup.LaunchDashApp.binary_path |
Definition at line 232 of file fixture_setup.py.
lomiri.fixture_setup.LaunchDashApp.stop_application |
Definition at line 238 of file fixture_setup.py.
lomiri.fixture_setup.LaunchDashApp.variables |
Definition at line 233 of file fixture_setup.py.