summaryrefslogtreecommitdiff
path: root/python/subunit/tests/test_output_filter.py
Commit message (Expand)AuthorAgeFilesLines
* (no commit message)Jelmer Vernooij2023-02-021-5/+5
* Sort Python import definitions with isortJelmer Vernooij2023-01-311-19/+9
* Revert "Merge pull request #17 from mtreinish/timestamp-output"Matthew Treinish2021-06-151-63/+0
* Fix timestamp test copy paste errorMatthew Treinish2020-03-141-1/+1
* Add options to output filter to set timestampsMatthew Treinish2020-03-141-0/+63
* Import matcher used.Thomi Richards2014-01-131-0/+1
* Fix failing test on py33.Thomi Richards2014-01-131-6/+4
* Fix failing test in python 3.2.Thomi Richards2013-12-161-1/+1
* Make tests work in py2 and py3.Thomi Richards2013-12-101-1/+5
* Don't make tests convert to and from bytes. Instead, just use a StreamResult ...Thomi Richards2013-12-101-16/+48
* Generate scenarios inside subunit.tests.test_suite, not by subclassing WithSc...Thomi Richards2013-12-091-3/+2
* Don't need to patch stderr anymore in the tests.Thomi Richards2013-12-091-23/+10
* Allow the use of the --tag argument without specifying a test id.Thomi Richards2013-12-091-14/+17
* Use the 'append' action, instead of specifying tags as a comma-separated list...Thomi Richards2013-12-091-8/+10
* Patch sys.stdin correctly for testing.Thomi Richards2013-12-021-4/+4
* Fix failing tests.Thomi Richards2013-12-021-2/+2
* Fix failing tests.Thomi Richards2013-12-021-1/+1
* Add tests around reading binary files, empty files, and stdin.Thomi Richards2013-11-251-0/+33
* Added test for poorly specified tags.Thomi Richards2013-11-251-0/+7
* Add a few missing tests.Thomi Richards2013-11-251-2/+32
* Lots of fixes from code review.Thomi Richards2013-11-251-117/+226
* Add a few more tests for error cases in option parser.Thomi Richards2013-11-251-10/+29
* Python version compatibility fixes.Thomi Richards2013-11-251-2/+6
* Port code to use optparse, rather than argparse.Thomi Richards2013-11-251-7/+5
* PEP8 fixes.Thomi Richards2013-11-201-21/+18
* code cleanup, added a few more tests for the --file-name option.Thomi Richards2013-11-201-0/+20
* Remove quotes around 'subunit contributors' in copyright headers.Thomi Richards2013-11-201-1/+1
* Switch to using command line options to specify status. Expand help output, a...Thomi Richards2013-11-201-145/+116
* Lots of code cleanup, about to refactor argument parsing.Thomi Richards2013-11-201-62/+81
* Python 3 compatibility fixes.Thomi Richards2013-11-191-13/+13
* Fix things pyflakes complains about.Thomi Richards2013-11-191-1/+0
* PEP8 fixes.Thomi Richards2013-11-191-11/+33
* Add support for expected fail and unexpected success test statuses.Thomi Richards2013-11-191-1/+41
* Add support for tags.Thomi Richards2013-11-191-0/+21
* Aded NEWS item, fixed some test code.Thomi Richards2013-11-191-3/+2
* Add support for passing mime-type on the command-line.Thomi Richards2013-11-191-4/+23
* Extend test to make sure that by default no mime-type is specified.Thomi Richards2013-11-191-6/+6
* Add support for attaching files.Thomi Richards2013-11-191-5/+45
* Allow customisation of argument parser class used, so we can write failing te...Thomi Richards2013-11-191-19/+29
* Add tests for timestamps, and add support for 'exists'.Thomi Richards2013-11-191-4/+51
* Clean up tests: Don't use MatchesListwise for a single-length list.Thomi Richards2013-11-191-17/+8
* Generate a timestamp for all messages, and refactor argument parser to use co...Thomi Richards2013-11-191-6/+37
* A better approach to testing the generate_bytestream function.Thomi Richards2013-11-181-14/+55
* First pass, missing some tests.Thomi Richards2013-11-181-3/+84
* Added empty test module to test suite.Thomi Richards2013-11-181-0/+22