Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | PEP8 fixes. | Thomi Richards | 2013-11-20 | 1 | -21/+18 | |
| | | ||||||
* | | code cleanup, added a few more tests for the --file-name option. | Thomi Richards | 2013-11-20 | 2 | -4/+25 | |
| | | ||||||
* | | 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 | 2 | -2/+2 | |
| | | ||||||
* | | Switch to using command line options to specify status. Expand help output, ↵ | Thomi Richards | 2013-11-20 | 2 | -221/+179 | |
| | | | | | | | | and refactor several test cases. | |||||
* | | Lots of code cleanup, about to refactor argument parsing. | Thomi Richards | 2013-11-20 | 2 | -153/+180 | |
| | | ||||||
* | | Remove shebang from subunit._output module. | Thomi Richards | 2013-11-19 | 1 | -1/+0 | |
| | | ||||||
* | | Python 3 compatibility fixes. | Thomi Richards | 2013-11-19 | 2 | -18/+18 | |
| | | ||||||
* | | Fix things pyflakes complains about. | Thomi Richards | 2013-11-19 | 2 | -8/+7 | |
| | | ||||||
* | | PEP8 fixes. | Thomi Richards | 2013-11-19 | 2 | -26/+51 | |
| | | ||||||
* | | 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 | 2 | -1/+57 | |
| | | ||||||
* | | Add support for tags. | Thomi Richards | 2013-11-19 | 2 | -1/+30 | |
| | | ||||||
* | | Aded NEWS item, fixed some test code. | Thomi Richards | 2013-11-19 | 1 | -3/+2 | |
| | | ||||||
* | | Add support for passing mime-type on the command-line. | Thomi Richards | 2013-11-19 | 2 | -5/+36 | |
| | | ||||||
* | | Extend test to make sure that by default no mime-type is specified. | Thomi Richards | 2013-11-19 | 2 | -7/+10 | |
| | | ||||||
* | | Add support for attaching files. | Thomi Richards | 2013-11-19 | 2 | -5/+70 | |
| | | ||||||
* | | Allow customisation of argument parser class used, so we can write failing ↵ | Thomi Richards | 2013-11-19 | 2 | -24/+39 | |
| | | | | | | | | 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 | 2 | -12/+80 | |
| | | ||||||
* | | Clean up tests: Don't use MatchesListwise for a single-length list. | Thomi Richards | 2013-11-19 | 1 | -17/+8 | |
| | | ||||||
* | | Generate a timestamp for all messages, and refactor argument parser to use ↵ | Thomi Richards | 2013-11-19 | 2 | -15/+74 | |
| | | | | | | | | common arguments. | |||||
* | | A better approach to testing the generate_bytestream function. | Thomi Richards | 2013-11-18 | 1 | -14/+55 | |
| | | ||||||
* | | First pass, missing some tests. | Thomi Richards | 2013-11-18 | 2 | -3/+141 | |
| | | ||||||
* | | Added empty test module to test suite. | Thomi Richards | 2013-11-18 | 2 | -1/+25 | |
| | | ||||||
* | | Added new script file, modified setup.py to install it, and added an empty ↵ | Thomi Richards | 2013-11-18 | 1 | -0/+18 | |
|/ | | | | implementation function. | |||||
* | * Most filters will now accept a file path argument instead of only reading | Robert Collins | 2013-08-25 | 3 | -1/+54 | |
| | | | | from stdin. (Robert Collins, #409206) | |||||
* | * Python 3.1 and 3.2 have an inconsistent memoryview implementation which | Robert Collins | 2013-08-25 | 1 | -1/+19 | |
| | | | | required a workaround for NUL byte detection. (Robert Collins, #1216246) | |||||
* | * V2 parser errors now set appropriate mime types for the encapsulated packet | Robert Collins | 2013-08-25 | 2 | -14/+28 | |
| | | | | data and the error message. (Robert Collins) | |||||
* | Release 0.0.150.0.15 | Robert Collins | 2013-08-25 | 1 | -1/+1 | |
| | ||||||
* | * Memoryview and struct were mutually incompatible in 2.7.3 and 3.2. | Robert Collins | 2013-08-25 | 1 | -10/+15 | |
| | | | | (Robert Collins, #1216163) | |||||
* | * Clients of subunit did not expect memoryview objects in StreamResult events. | Robert Collins | 2013-08-25 | 2 | -0/+8 | |
| | | | | (Robert Collins) | |||||
* | Release 0.0.140.0.14 | Robert Collins | 2013-08-24 | 1 | -1/+1 | |
| | ||||||
* | * Memoryview detection was broken and thus it's use was never really tested. | Robert Collins | 2013-08-24 | 1 | -3/+10 | |
| | | | | (Robert Collins, 1216101) | |||||
* | * TestTestProtocols' test_*_details were dictionary sort order dependent. | Robert Collins | 2013-08-24 | 2 | -19/+63 | |
| | | | | | | | (Robert Collins, #1025392) * TestSubUnitTags's test_add_tag was also se sort order dependent. (Robert Collins, #1025392) | |||||
* | * TestTestProtocols' test_tags_both was set sort order dependent. | Robert Collins | 2013-08-24 | 1 | -2/+6 | |
| | | | | (Robert Collins, #1025392) | |||||
* | * TestProtocol2's tag tests were set sort order dependent. | Robert Collins | 2013-08-24 | 1 | -4/+7 | |
| | | | | (Robert Collins, #1025392) | |||||
* | Release 0.0.13.0.0.13 | Robert Collins | 2013-06-17 | 1 | -1/+1 | |
| | ||||||
* | * `subunit-stats` no longer outputs encapsulated stdout as subunit. | Robert Collins | 2013-06-17 | 1 | -4/+9 | |
| | | | | (Robert Collins, #1171987) | |||||
* | * The logic for `subunit.run` is now importable via python - | Robert Collins | 2013-06-17 | 1 | -1/+5 | |
| | | | | `subunit.run.main`. (Robert Collins, #606770) | |||||
* | BUG FIXES | Robert Collins | 2013-06-16 | 13 | -159/+14 | |
| | | | | | | | | ~~~~~~~~~ * Removed GPL files that were (C) non Subunit Developers - they are incompatible for binary distribution, which affects redistributors. (Robert Collins, #1185591) | |||||
* | Release 0.120.0.12 | Robert Collins | 2013-05-25 | 1 | -1/+1 | |
| | ||||||
* | BUG FIXES | Robert Collins | 2013-05-13 | 2 | -0/+9 | |
| | | | | | | | | | ~~~~~~~~~ * Subunit v2 packets with both file content and route code were not being parsed correctly - they would incorrectly emit a parser error, due to trying to parse the route code length from the first byes of the file content. (Robert Collins, 1172815) | |||||
* | Release 0.0.11, depending on the new testtools StreamResult API.0.0.11 | Robert Collins | 2013-04-08 | 2 | -3/+3 | |
| | ||||||
* | Switch to variable length encoded integers. | Robert Collins | 2013-03-31 | 3 | -162/+373 | |
| | ||||||
* | * ``subunit.run`` now replaces sys.stdout to ensure that stdout is unbuffered | Robert Collins | 2013-03-13 | 1 | -0/+7 | |
| | | | | | - without this pdb output is not reliably visible when stdout is a pipe as it usually is. (Robert Collins) | |||||
* | Fixes from getting testrepository running with v2. | Robert Collins | 2013-03-06 | 3 | -12/+63 | |
| | ||||||
* | Enumerate tests before running (permits progress bars). | Robert Collins | 2013-03-04 | 2 | -1/+20 | |
| | ||||||
* | Fix up buffering to make pdb usable. | Robert Collins | 2013-03-04 | 3 | -3/+24 | |
| | ||||||
* | Convert subunit.run to v2. | Robert Collins | 2013-03-03 | 2 | -16/+15 | |
| | ||||||
* | Port existing filters to v2. | Robert Collins | 2013-03-03 | 4 | -305/+287 | |
| |