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 unity 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 ubuntuuitoolkit
import ubuntu_scenarios
32 from unity8
import process_helpers
34 from unity8
import dash
as dash_helpers
37 class MainWindowTestCase(tests.UnityTestCase):
39 scenarios = ubuntu_scenarios.get_device_simulation_scenarios()
44 process_helpers.unlock_unity()