summaryrefslogtreecommitdiff
path: root/python/subunit/filters.py
Commit message (Expand)AuthorAgeFilesLines
* Sort Python import definitions with isortJelmer Vernooij2023-01-311-5/+3
* Avoid use of extras - python3's hasattr is safeJelmer Vernooij2023-01-281-2/+1
* Fix file open for python3Quique Llorente2018-12-261-2/+2
* * Most filters will now accept a file path argument instead of only readingRobert Collins2013-08-251-1/+17
* * `subunit-stats` no longer outputs encapsulated stdout as subunit.Robert Collins2013-06-171-4/+9
* Release 0.0.11, depending on the new testtools StreamResult API.0.0.11Robert Collins2013-04-081-2/+2
* Port existing filters to v2.Robert Collins2013-03-031-17/+42
* Update subunit-ls.Robert Collins2013-02-271-1/+1
* Update subunit-filter to consume and emit v2.Robert Collins2013-02-261-8/+43
* Factor out subunit-notifyJonathan Lange2012-03-271-10/+7
* Add a post-run hook.Jonathan Lange2012-03-271-14/+15
* Try to reduce double negatives and be more explicit about what happens toJonathan Lange2012-03-271-8/+8
* Not XMLJonathan Lange2012-03-271-1/+1
* Rename main() and give it a docstring.Jonathan Lange2012-03-271-2/+14
* Factor out JUnitXMLJonathan Lange2012-03-271-8/+8
* Docstrings and renaming.Jonathan Lange2012-03-271-10/+41
* More fiddling about.Jonathan Lange2012-03-271-10/+8
* More tweaking of boundaries.Jonathan Lange2012-03-271-15/+18
* Try to factor out the filter code.Jonathan Lange2012-03-271-0/+83