After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 625488 - Fix and improve the test infrastructure
Fix and improve the test infrastructure
Status: RESOLVED FIXED
Product: pygobject
Classification: Bindings
Component: general
Git master
Other Linux
: Normal normal
: ---
Assigned To: Nobody's working on this now (help wanted and appreciated)
Python bindings maintainers
Depends on:
Blocks:
 
 
Reported: 2010-07-28 12:43 UTC by Simon van der Linden
Modified: 2010-07-29 11:51 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Clean and improve the test infrastructure (12.10 KB, patch)
2010-07-28 13:25 UTC, Simon van der Linden
committed Details | Review

Description Simon van der Linden 2010-07-28 12:43:23 UTC
Notably, add the possibility to run only select tests.
Comment 1 Simon van der Linden 2010-07-28 13:25:16 UTC
Created attachment 166706 [details] [review]
Clean and improve the test infrastructure

To run select tests, use for instance:
% make check TEST_NAMES='test_everything test_gi.TestConstant'

It works with check.gdb and check.valgrind too.
Comment 2 Tomeu Vizoso 2010-07-29 11:51:05 UTC
Attachment 166706 [details] pushed as 0a9f1da - Clean and improve the test infrastructure