-
Committer:
Barry Warsaw
-
Date:
2013-10-22 19:28:26 UTC
-
Revision ID:
barry@python.org-20131022192826-ywvpi0r13251vg80
* Switch to nose2 as the test runner. (LP: #1238071)
+ Add -P option to provide much nicer test pattern matching.
+ Add -V option to increase `systemimage` logging verbosity during tests
(separate from nose2's own -v options).
Also:
* Switch DBusClient over to being a Reactor subclass. This reduces code
duplication.
* Promote _find_dbus_proc() to a full-fledged testing helper, and use it as a
better way to ensure system-image-dbus has exited after an .Exit() call in
the unit tests.