Add tests around reading binary files, empty files, and stdin.
[third_party/subunit] / python / subunit / tests / test_output_filter.py
2013-11-25 Thomi RichardsAdd tests around reading binary files, empty files...
2013-11-25 Thomi RichardsAdded test for poorly specified tags.
2013-11-25 Thomi RichardsAdd a few missing tests.
2013-11-25 Thomi RichardsMerged trunk.
2013-11-25 Thomi RichardsLots of fixes from code review.
2013-11-24 Thomi RichardsAdd a few more tests for error cases in option parser.
2013-11-24 Thomi RichardsMerge trunk.
2013-11-24 Thomi RichardsPython version compatibility fixes.
2013-11-24 Thomi RichardsPort code to use optparse, rather than argparse.
2013-11-20 Thomi RichardsPEP8 fixes.
2013-11-20 Thomi Richardscode cleanup, added a few more tests for the --file...
2013-11-20 Thomi RichardsRemove quotes around 'subunit contributors' in copyrigh...
2013-11-20 Thomi RichardsSwitch to using command line options to specify status...
2013-11-19 Thomi RichardsLots of code cleanup, about to refactor argument parsing.
2013-11-19 Thomi RichardsPython 3 compatibility fixes.
2013-11-19 Thomi RichardsFix things pyflakes complains about.
2013-11-19 Thomi RichardsPEP8 fixes.
2013-11-18 Thomi RichardsAdd support for expected fail and unexpected success...
2013-11-18 Thomi RichardsAdd support for tags.
2013-11-18 Thomi RichardsAded NEWS item, fixed some test code.
2013-11-18 Thomi RichardsAdd support for passing mime-type on the command-line.
2013-11-18 Thomi RichardsExtend test to make sure that by default no mime-type...
2013-11-18 Thomi RichardsAdd support for attaching files.
2013-11-18 Thomi RichardsAllow customisation of argument parser class used,...
2013-11-18 Thomi RichardsAdd tests for timestamps, and add support for 'exists'.
2013-11-18 Thomi RichardsClean up tests: Don't use MatchesListwise for a single...
2013-11-18 Thomi RichardsGenerate a timestamp for all messages, and refactor...
2013-11-18 Thomi RichardsA better approach to testing the generate_bytestream...
2013-11-18 Thomi RichardsFirst pass, missing some tests.
2013-11-17 Thomi RichardsAdded empty test module to test suite.