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