1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
Commit Graph

28 Commits

Author SHA1 Message Date
Jelmer Vernooij
d7edb40fca format-subunit: Split out summary file writing. 2010-10-02 18:40:44 +02:00
Jelmer Vernooij
4ece674a99 selftest: Move plain text formatter to subunithelper. 2010-10-02 17:02:02 +02:00
Jelmer Vernooij
4190bd4e34 land: Move stage building into a separate class so we can have subclasses (e.g. subunit-specific). 2010-10-02 13:14:53 +02:00
Jelmer Vernooij
02f87d1c36 format-subunit: Display number of failed tests even if there are no
failed testsuites.
2010-09-28 09:12:39 +02:00
Jelmer Vernooij
dcadb90bd3 subunit: Use RemoteError when passing errors to upstream subunit. 2010-09-14 10:54:28 +02:00
Jelmer Vernooij
d3960f6b40 subunit.pm: Simplify subunit handling in perl. 2010-09-14 10:54:28 +02:00
Jelmer Vernooij
d67eeafc4d subunit: Use standard subunit functions for reproducing subunit streams. 2010-09-14 10:54:27 +02:00
Jelmer Vernooij
881f610f06 subunit: Pass TestCase objects to startTest rather than test name strings. 2010-09-14 10:54:27 +02:00
Jelmer Vernooij
1626dc2bc9 subunit: Use subunit standard functions for handling time and progress. 2010-09-14 10:54:27 +02:00
Jelmer Vernooij
fb1c966652 subunit: Use standard subunit test protocol client, use standard name for startTest. 2010-09-14 10:54:27 +02:00
Jelmer Vernooij
8530d5afde subunit: Initial work on using the standard TestResult class. 2010-09-14 10:54:26 +02:00
Jelmer Vernooij
e22722ae64 selftest: Cope with empty testsuite results in more places. 2010-05-18 01:40:20 +02:00
Jelmer Vernooij
11ec2916a7 selftest: Cope with testsuites without any output whatsoever (probably an error though). 2010-05-18 01:40:20 +02:00
Jelmer Vernooij
2cf3585e52 selftest: Display minutes and hours for duration. 2010-04-07 21:58:32 +02:00
Jelmer Vernooij
74f36df4b3 selftest: Update sys.path before attempting to import external modules. 2010-03-31 04:52:13 +02:00
Jelmer Vernooij
c6b1553a2b selftest: Make sure format-subunit and filter-subunit can find testtools/subunit. 2010-03-31 04:51:05 +02:00
Jelmer Vernooij
62ed8a68cd format-subunit: Hide reason if it is None. 2010-03-31 03:34:50 +02:00
Jelmer Vernooij
49d82aa772 format-subunit: Don't show reason at all if it is None. 2010-03-31 03:32:23 +02:00
Jelmer Vernooij
9fe4b01ca6 selftest: Use boolean types in Python. 2010-03-31 02:20:09 +02:00
Jelmer Vernooij
6c299d28b5 selftest: Use standard subunit command for progress reporting. 2010-03-31 02:20:08 +02:00
Jelmer Vernooij
7f1360db51 selftest: Support parsing progress in format-subunit/filter-subunit. 2010-03-31 02:20:08 +02:00
Jelmer Vernooij
ae5381d34c format-subunit: Avoid printing backtrace on Ctrl-C. 2010-03-31 02:20:07 +02:00
Andrew Tridgell
21499a148e selftest: reason may be None
jelmer, please check
2010-03-30 16:41:54 +11:00
Jelmer Vernooij
c108a2e74e format-subunit: Improve formatting, simplify code. 2010-03-30 01:08:20 +02:00
Jelmer Vernooij
ef3fb75261 selftest: Replace perl subunit formatter with python subunit formatter,
so we can leverage the work happening in python-subunit.
2010-03-30 01:08:20 +02:00
Jelmer Vernooij
0c78368a31 selftest: Convert format-subunit to Python. 2010-03-30 01:08:20 +02:00
Jelmer Vernooij
235cd3e5c4 selftest: Remove html subunit formatter; it's too simple and really belongs in subunit or testrepository upstream. 2010-03-28 21:46:58 +02:00
Jelmer Vernooij
b607f99688 Remove extension from format-subunit. 2010-03-28 21:46:58 +02:00