GNOME Bugzilla – Bug 683188
Break tests/test_overrides.py into multiple files
Last modified: 2012-09-03 05:59:27 UTC
There are currently a handful of large test cases in the test_overrides module. I propose breaking this into multiple files based on the test cases. test_glib test_pango test_gdk test_gtk test_gio TestGtk should be further broken into multiple test cases within the test_gtk file based on the specific groupings of features being tested within Gtk. This has two major benefits: * It will improve readability and maintenance by making it easier for hackers to add new tests and improve existing ones. * If the override modules are moved directly into their respective APIs source package, moving the tests along with them will become trivial.
I agree, that's a good idea. It also makes running individual tests slightly easier.
Done now: http://git.gnome.org/browse/pygobject/commit/?id=2d8f48f4ff56bb75985136452b50b75895258608