111 + scope = self.unity.dash.view.get_scope view_by_name("home.scope")
This is causing some error for me while trying to run the test_dash.py AP tests.
Failed to import test module: unity.tests.test_dash Traceback (most recent call last): File "/usr/lib/python2.7/unittest/loader.py", line 252, in _find_tests module = self._get_module_from_name(name) File "/usr/lib/python2.7/unittest/loader.py", line 230, in _get_module_from_name __import__(name) File "/home/bschaefer/src/tmp-unity/tests/autopilot/unity/tests/test_dash.py", line 837 scope = self.unity.dash.view.get_scope view_by_name("home.scope") ^ SyntaxError: invalid syntax
unittest.loader.ModuleImportFailure.unity.tests.test_dash
« Back to merge proposal
111 + scope = self.unity. dash.view. get_scope view_by_ name("home. scope")
This is causing some error for me while trying to run the test_dash.py AP tests.
Failed to import test module: unity.tests. test_dash python2. 7/unittest/ loader. py", line 252, in _find_tests module_ from_name( name) python2. 7/unittest/ loader. py", line 230, in _get_module_ from_name _(name) bschaefer/ src/tmp- unity/tests/ autopilot/ unity/tests/ test_dash. py", line 837 dash.view. get_scope view_by_ name("home. scope")
^
Traceback (most recent call last):
File "/usr/lib/
module = self._get_
File "/usr/lib/
__import_
File "/home/
scope = self.unity.
SyntaxError: invalid syntax
unittest. loader. ModuleImportFai lure.unity. tests.test_ dash