Comment 1 for bug 1037937

Revision history for this message
Thomi Richards (thomir-deactivatedaccount) wrote :

I'm taking a different approach here - and splitting the tests into unit tests, which can be run thusly:

autopilot run autopilot.tests.unit

and functional tests, which can be run thusly:

autopilot run autopilot.tests.functional

This is a better classification than "headless", since we cannot run tests that have any external dependencies not in the Build-Requires field.