Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sort Python import definitions with isort | Jelmer Vernooij | 2023-01-31 | 1 | -7/+2 |
| | |||||
* | Revert "Merge pull request #17 from mtreinish/timestamp-output" | Matthew Treinish | 2021-06-15 | 1 | -28/+1 |
| | | | | | | | | | This reverts commit 1dafb884e47f5fc26232672b01c2a9574577e7be, reversing changes made to 7583ce28db20a0b2ad229a69175949e5a30586fe. This PR had completely broken tests, while I think the feature works it's blocking CI and preventing any merges. I'll rework the PR and resubmit after I get the unittests working. | ||||
* | Add options to output filter to set timestamps | Matthew Treinish | 2020-03-14 | 1 | -1/+28 |
| | | | | | | This commit adds 2 new options to subunit-output, --start-time and --stop-time, to specify a timestamp for the start and end of a test in the output. | ||||
* | Don't make tests convert to and from bytes. Instead, just use a StreamResult ↵ | Thomi Richards | 2013-12-10 | 1 | -1/+1 |
| | | | | double. Update test code. | ||||
* | Allow the use of the --tag argument without specifying a test id. | Thomi Richards | 2013-12-09 | 1 | -4/+0 |
| | |||||
* | Use the 'append' action, instead of specifying tags as a comma-separated ↵ | Thomi Richards | 2013-12-09 | 1 | -13/+5 |
| | | | | list of values. | ||||
* | Fix typo. | Thomi Richards | 2013-12-09 | 1 | -1/+1 |
| | |||||
* | Use make_stream_binary to turn stdin into a binary stream. | Thomi Richards | 2013-12-02 | 1 | -4/+2 |
| | |||||
* | Fix failing tests. | Thomi Richards | 2013-12-02 | 1 | -3/+3 |
| | |||||
* | Remove debugging code. | Thomi Richards | 2013-11-25 | 1 | -9/+0 |
| | |||||
* | Read binary from stdin. | Thomi Richards | 2013-11-25 | 1 | -1/+4 |
| | |||||
* | Open files in binary mode. | Thomi Richards | 2013-11-25 | 1 | -4/+4 |
| | |||||
* | Make usage line match help text. | Thomi Richards | 2013-11-25 | 1 | -1/+1 |
| | |||||
* | Added test for poorly specified tags. | Thomi Richards | 2013-11-25 | 1 | -1/+3 |
| | |||||
* | Add a few missing tests. | Thomi Richards | 2013-11-25 | 1 | -0/+1 |
| | |||||
* | Lots of fixes from code review. | Thomi Richards | 2013-11-25 | 1 | -63/+75 |
| | |||||
* | Add a few more tests for error cases in option parser. | Thomi Richards | 2013-11-25 | 1 | -1/+6 |
| | |||||
* | Port code to use optparse, rather than argparse. | Thomi Richards | 2013-11-25 | 1 | -40/+46 |
| | |||||
* | Fix indentation. | Thomi Richards | 2013-11-20 | 1 | -12/+12 |
| | |||||
* | code cleanup, added a few more tests for the --file-name option. | Thomi Richards | 2013-11-20 | 1 | -4/+5 |
| | |||||
* | Fix docstring, code shuffle. | Thomi Richards | 2013-11-20 | 1 | -21/+19 |
| | |||||
* | Remove quotes around 'subunit contributors' in copyright headers. | Thomi Richards | 2013-11-20 | 1 | -1/+1 |
| | |||||
* | Switch to using command line options to specify status. Expand help output, ↵ | Thomi Richards | 2013-11-20 | 1 | -76/+63 |
| | | | | and refactor several test cases. | ||||
* | Lots of code cleanup, about to refactor argument parsing. | Thomi Richards | 2013-11-20 | 1 | -91/+99 |
| | |||||
* | Remove shebang from subunit._output module. | Thomi Richards | 2013-11-19 | 1 | -1/+0 |
| | |||||
* | Python 3 compatibility fixes. | Thomi Richards | 2013-11-19 | 1 | -5/+5 |
| | |||||
* | Fix things pyflakes complains about. | Thomi Richards | 2013-11-19 | 1 | -7/+7 |
| | |||||
* | PEP8 fixes. | Thomi Richards | 2013-11-19 | 1 | -15/+18 |
| | |||||
* | Made help/usage documentation much more useful. | Thomi Richards | 2013-11-19 | 1 | -2/+10 |
| | |||||
* | Add support for expected fail and unexpected success test statuses. | Thomi Richards | 2013-11-19 | 1 | -0/+16 |
| | |||||
* | Add support for tags. | Thomi Richards | 2013-11-19 | 1 | -1/+9 |
| | |||||
* | Add support for passing mime-type on the command-line. | Thomi Richards | 2013-11-19 | 1 | -1/+13 |
| | |||||
* | Extend test to make sure that by default no mime-type is specified. | Thomi Richards | 2013-11-19 | 1 | -1/+4 |
| | |||||
* | Add support for attaching files. | Thomi Richards | 2013-11-19 | 1 | -0/+25 |
| | |||||
* | Allow customisation of argument parser class used, so we can write failing ↵ | Thomi Richards | 2013-11-19 | 1 | -5/+10 |
| | | | | tests for command line arguments not yet supported. Have failing test for attaching files. | ||||
* | Add tests for timestamps, and add support for 'exists'. | Thomi Richards | 2013-11-19 | 1 | -8/+29 |
| | |||||
* | Generate a timestamp for all messages, and refactor argument parser to use ↵ | Thomi Richards | 2013-11-19 | 1 | -9/+37 |
| | | | | common arguments. | ||||
* | First pass, missing some tests. | Thomi Richards | 2013-11-18 | 1 | -0/+57 |
| | |||||
* | Added new script file, modified setup.py to install it, and added an empty ↵ | Thomi Richards | 2013-11-18 | 1 | -0/+18 |
implementation function. |