:-1: error: 'autopilot3 list' command failed. There are two reasons you may be seeing this error:
1. You have no tests available. You can fix this by adding a test, or removing any autopilot related folders and files from your project.
2. There is an error in how your suite is configured. You will need to debug the test suite yourself.
You can also choose to disable this plugin by going to Help->About Plugins...->Autopilot.
Loading tests from: /home/adam/test/app/tests/autopilot
Failed to import test module: test.tests.test_main
Traceback (most recent call last):
File "/usr/lib/python3.4/unittest/loader.py", line 323, in _find_tests
module = self._get_module_from_name(name)
File "/usr/lib/python3.4/unittest/loader.py", line 301, in _get_module_from_name
__import__(name)
File "/home/adam/test/app/tests/autopilot/test/__init__.py", line 5, in <module>
import ubuntuuitoolkit
ImportError: No module named 'ubuntuuitoolkit'
unittest.loader._FailedTest
1 total suites.