Code review comment for lp:~pitti/autopilot-gtk/testsuite

Revision history for this message
Martin Pitt (pitti) wrote :

> Eventually we'll need to split out the autopilot tests and create a separate set of unittests that will be run during package build (and not require X).

For the record, this likely isn't going to happen. The lowest sensible layer at which we can test is the D-BUS interface, but this already requires that some GTK app is running, which requires a $DISPLAY. The autopilot API bits on top of that don't need $DISPLAY, so we wouldn't gain anything by testing teh D-BUS layer instead of the autopilot API IMHO.

« Back to merge proposal