Implement a non-interactive test for Cheese
completed by: Lucas Baudin
mentors: David King
- Cheese currently has no non-interactive tests, as described in http://bugzilla.gnome.org/show_bug.cgi?id=663148 . Adding non-interactive tests would make Cheese more reliable by simplifying the release process, benefitting both users and developers. GTK+ and GLib have testing infrastructure which can be used to add tests to Cheese.
- Expected results: A git-formatted patch for Cheese to add a non-interactive test, attached to bug http://bugzilla.gnome.org/show_bug.cgi?id=663148 .
- Requirements: C programming, GLib / GTK+ programming, Git