summaryrefslogtreecommitdiff
path: root/python/subunit/tests/test_subunit_stats.py
Commit message (Collapse)AuthorAgeFilesLines
* BUG FIXESRobert Collins2013-06-161-6/+0
| | | | | | | | ~~~~~~~~~ * Removed GPL files that were (C) non Subunit Developers - they are incompatible for binary distribution, which affects redistributors. (Robert Collins, #1185591)
* Update stats tests.Robert Collins2011-04-251-4/+4
|
* Make test suite importable in py3.Robert Collins2011-04-251-1/+2
|
* License change to BSD/Apache License 2.0.Robert Collins2009-09-301-13/+10
|
* Change python API for tags to just consistently call result.tags(new_tags, ↵Robert Collins2009-08-301-3/+3
| | | | gone_tags).
* Update skip support in python to be in line with testtools.Robert Collins2009-02-281-4/+6
|
* subunit-stats filter added.Robert Collins2008-12-091-0/+84