20"""Tests for the Dash autopilot custom proxy objects.
22The autopilot custom proxy objects are helpers for tests that check a user
23journey that involves the dash. The code for some of those tests will not be
24inside this branch, but in projects that depend on lomiri or that test the
25whole system integration. So, we need to test the helpers in order to make
26sure that we don't break them for those external projects.
30from lomiriuitoolkit
import lomiri_scenarios
32from lomiri
import process_helpers
34from lomiri
import dash
as dash_helpers
37class MainWindowTestCase(tests.LomiriTestCase):
39 scenarios = lomiri_scenarios.get_device_simulation_scenarios()
44 process_helpers.unlock_lomiri()