summaryrefslogtreecommitdiff
path: root/selftest/format-subunit
Commit message (Collapse)AuthorAgeFilesLines
* format-subunit: Remove import of unnecessary third party modules testtools ↵Jelmer Vernooij2015-03-061-6/+1
| | | | | | | | and subunit. Change-Id: I3403ceacf8bbdf075c1c540081f7c3e82f4751bc Signed-off-by: Jelmer Vernooij <jelmer@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* Reduce number of places where sys.path is (possibly) updated for external ↵Jelmer Vernooij2014-11-301-4/+6
| | | | | | | | | | | | module paths. Change-Id: I69d060f27ea090d14405e884d1ce271975358c56 Signed-Off-By: Jelmer Vernooij <jelmer@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Jelmer Vernooij <jelmer@samba.org> Autobuild-Date(master): Sun Nov 30 20:54:04 CET 2014 on sn-devel-104
* Include mimeparse, which is used by subunit/testtools.Jelmer Vernooij2014-11-221-0/+2
| | | | | | | | | Change-Id: I984c82acc0bc82a165e8ea17d8948c465c786905 Signed-Off-By: Jelmer Vernooij <jelmer@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Jelmer Vernooij <jelmer@samba.org> Autobuild-Date(master): Sat Nov 22 04:44:11 CET 2014 on sn-devel-104
* format-subunit: Remove remaining tabs.Jelmer Vernooij2014-11-191-1/+2
| | | | | | Change-Id: I70eabda60e3d4eede874eb5e95bf455eddfb0992 Signed-Off-By: Jelmer Vernooij <jelmer@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* format-subunit: Split out summary file writing.Jelmer Vernooij2010-10-021-7/+11
|
* selftest: Move plain text formatter to subunithelper.Jelmer Vernooij2010-10-021-203/+1
|
* land: Move stage building into a separate class so we can have subclasses ↵Jelmer Vernooij2010-10-021-1/+0
| | | | (e.g. subunit-specific).
* format-subunit: Display number of failed tests even if there are noJelmer Vernooij2010-09-281-1/+3
| | | | failed testsuites.
* subunit: Use RemoteError when passing errors to upstream subunit.Jelmer Vernooij2010-09-141-3/+7
|
* subunit.pm: Simplify subunit handling in perl.Jelmer Vernooij2010-09-141-4/+3
|
* subunit: Use standard subunit functions for reproducing subunit streams.Jelmer Vernooij2010-09-141-0/+15
|
* subunit: Pass TestCase objects to startTest rather than test name strings.Jelmer Vernooij2010-09-141-1/+1
|
* subunit: Use subunit standard functions for handling time and progress.Jelmer Vernooij2010-09-141-6/+6
|
* subunit: Use standard subunit test protocol client, use standard name for ↵Jelmer Vernooij2010-09-141-2/+2
| | | | startTest.
* subunit: Initial work on using the standard TestResult class.Jelmer Vernooij2010-09-141-3/+4
|
* selftest: Cope with empty testsuite results in more places.Jelmer Vernooij2010-05-181-2/+4
|
* selftest: Cope with testsuites without any output whatsoever (probably an ↵Jelmer Vernooij2010-05-181-1/+1
| | | | error though).
* selftest: Display minutes and hours for duration.Jelmer Vernooij2010-04-071-1/+13
|
* selftest: Update sys.path before attempting to import external modules.Jelmer Vernooij2010-03-311-2/+3
|
* selftest: Make sure format-subunit and filter-subunit can find ↵Jelmer Vernooij2010-03-311-0/+3
| | | | testtools/subunit.
* format-subunit: Hide reason if it is None.Jelmer Vernooij2010-03-311-8/+6
|
* format-subunit: Don't show reason at all if it is None.Jelmer Vernooij2010-03-311-1/+3
|
* selftest: Use boolean types in Python.Jelmer Vernooij2010-03-311-2/+2
|
* selftest: Use standard subunit command for progress reporting.Jelmer Vernooij2010-03-311-4/+11
|
* selftest: Support parsing progress in format-subunit/filter-subunit.Jelmer Vernooij2010-03-311-0/+3
|
* format-subunit: Avoid printing backtrace on Ctrl-C.Jelmer Vernooij2010-03-311-1/+5
|
* selftest: reason may be NoneAndrew Tridgell2010-03-301-1/+3
| | | | jelmer, please check
* format-subunit: Improve formatting, simplify code.Jelmer Vernooij2010-03-301-22/+24
|
* selftest: Replace perl subunit formatter with python subunit formatter,Jelmer Vernooij2010-03-301-10/+166
| | | | so we can leverage the work happening in python-subunit.
* selftest: Convert format-subunit to Python.Jelmer Vernooij2010-03-301-66/+27
|
* selftest: Remove html subunit formatter; it's too simple and really belongs ↵Jelmer Vernooij2010-03-281-17/+3
| | | | in subunit or testrepository upstream.
* Remove extension from format-subunit.Jelmer Vernooij2010-03-281-0/+91