summaryrefslogtreecommitdiff
path: root/source4/scripting/python/subunit
AgeCommit message (Collapse)AuthorFilesLines
2007-12-21r26516: Fix line splitting in subunitrun.Jelmer Vernooij1-2/+2
(This used to be commit 623b7b31144f9da5e256e5541d04db8698dd39d3)
2007-12-21r26450: The subprocess is only available in python >= 2.4 so avoid it for now.Jelmer Vernooij1-4/+2
(This used to be commit 5300bc175ea425e2d28332c5e18bd8e3846b458d)
2007-12-21r26191: Import custom test runner for subunit, rather than using trial, ↵Jelmer Vernooij1-0/+386
which is part of twisted. (This used to be commit b0f808345f948c49ad46f34ba306ca8354393850)