Try to make the test set up a little more data driven.
[third_party/subunit] / python / subunit /
2011-02-11 Jonathan LangeTry to make the test set up a little more data driven.
2011-02-11 Jonathan LangeFormatting.
2011-02-10 Jonathan LangeNo need for that either
2011-02-10 Jonathan LangeNo need to store on the object either.
2011-02-10 Jonathan LangeDelete unused method.
2011-02-10 Jonathan LangePass the filter in.
2011-02-10 Jonathan LangeReturn, rather than setting an attribute
2011-02-10 Jonathan LangeMore flakes.
2011-02-10 Jonathan LangeMore flakes to fix up
2011-02-10 Jonathan LangeFlakes
2011-01-28 Jonathan LangeNew 'strict' option to Decoder. (Martin Pool)
2011-01-28 Jonathan LangeCR, not cr. Flakes. Whitespace.
2011-01-12 Martin PoolDefault to (more) strict decoding of chunked parts
2011-01-10 Martin PoolTolerate streams with the \r missing from the chunk...
2010-12-08 Robert CollinsMerge subunit.run filtering support.
2010-11-30 Robert CollinsThe Subunit Python test runner ``python -m subunit...
2010-10-19 Jonathan LangeMerge mgz's patch for flushing the TestProtocolClient...
2010-10-04 MartinFlush the stream at the start and end of each test...
2010-08-05 Jonathan LangeMove the bulk of subunit-ls into an importable Python...
2010-08-04 Jonathan LangeWhitespace.
2010-08-04 Jonathan LangeMove TestIdPrintingResult from subunit-ls to subunit...
2010-07-02 Robert CollinsMake it clear that BRACKETED parts are utf8 and fix...
2010-07-01 Robert CollinsMerge james_w's discovery patch, tweaked.
2010-07-01 Robert CollinsTweak discovery patch as requested in the review.
2010-06-24 Robert CollinsMerge the setup.py Tres supplied.
2010-06-24 Robert CollinsFix make check with testtools trunk.
2010-06-22 James WestbyModify the usage message from subunit.run.
2010-06-20 Robert CollinsUnbreak tests in trunk. Oops.
2010-06-12 James WestbyUse testtools to do the running and so support discover...
2010-06-11 Robert Collins* Old style tracebacks with no encoding info are now...
2010-06-07 James WestbyAdd --discover-pattern.
2010-06-06 James WestbyImplement a hacky first pass at discovery.
2010-05-12 Robert CollinsOn windows, ProtocolTestCase and TestProtocolClient...
2010-05-12 Vincent Ladeuil(vila, martin(gz), lifeless) Make _feed_chunks assertio...
2010-04-12 Jelmer VernooijMerge support for handling lowercase skip/todo in tap2s...
2010-04-11 Jelmer VernooijHandle lowercase skip/todo in tap.
2010-03-11 Robert CollinsFix incorrect ordering of tags method parameters in...
2010-01-16 Jelmer VernooijMerge SUBUNIT_FORMATTER patch.
2010-01-16 Jelmer VernooijIgnore SUBUNIT_FORMATTER if it is empty.
2010-01-15 Robert CollinsOnly take commands that start the line they are observe...
2010-01-15 Jelmer VernooijSupport SUBUNIT_FORMATTER environment variable.
2009-12-15 Robert CollinsAdd experimental multipart support and addExpectFailure...
2009-12-14 Robert CollinsAdd --forward option to subunit2junitxml.
2009-12-14 Robert CollinsMerge junitxml --forward branch.
2009-12-14 Robert CollinsAdd --forward option to subunit2junitxml.
2009-12-13 Robert CollinsLine wrapping.
2009-12-13 Robert CollinsRemove more references to cleaned up modules.
2009-12-13 Robert CollinsCruft. Go.
2009-12-13 Robert CollinsUse the newly exposed test helpers from testtools trunk.
2009-12-11 Robert CollinsUse testtools facilities for the details API.
2009-12-07 Robert CollinsMerge trunk.
2009-10-25 Robert CollinsTeach filters about details and outcomes.
2009-10-25 Robert CollinsSupport the extended TestResult details API on TestResu...
2009-10-25 Robert CollinsAdd details API support to the Stats result object.
2009-10-25 Robert CollinsMove transport decoration fallback to use the ExtendedT...
2009-10-24 Robert CollinsStart reporting additional messages on successes via...
2009-10-24 Robert CollinsMove skips to the details API.
2009-10-24 Robert CollinsMove expected failures to the details API.
2009-10-24 Robert CollinsMove Failure reporting to the new details API.
2009-10-24 Robert Collinschange error reports to use the extended details interface.
2009-10-24 Robert CollinsUse cleaner test doubles in test_test_protocol.
2009-10-19 Robert CollinsUse ExtendedToOriginalDecorator in TestProtocolServer...
2009-10-19 Robert CollinsSupport the time protocol on ExtendedToOriginalDecorator.
2009-10-19 Robert CollinsSupport tags on the ExtendedToOriginal decorator.
2009-10-19 Robert CollinsSupport progress on the ExtendedToOriginal decorator.
2009-10-19 Robert CollinsChange the ExtendedToOriginal decorator to fallback...
2009-10-18 Robert CollinsImplement a python TestResult decorator for outcome...
2009-10-13 Robert CollinsGather multipart details.
2009-10-13 Robert CollinsSmall buffering bugs in chunked decoder.
2009-10-13 Robert CollinsMove details parsing into a separate class.
2009-10-10 Robert Collinsmultipart details trigger the parser to detect interrup...
2009-10-10 Robert CollinsRemove duplicate handling in the outcome details mode...
2009-10-10 Robert CollinsMore docs.
2009-10-10 Robert CollinsSimplify Python parser calling paths.
2009-10-10 Robert CollinsRemove the STATE_OBJECTS transition support from the...
2009-10-10 Robert CollinsMove success details parsing to a state object in the...
2009-10-10 Robert CollinsMove xfail details parsing to a state object in the...
2009-10-10 Robert CollinsMove skip details parsing to a state object in the...
2009-10-10 Robert CollinsMove error details parsing to a state object in the...
2009-10-10 Robert CollinsMove failure details parsing into a state object in...
2009-10-10 Robert CollinsMove the TEST_STARTED parser state to a state object.
2009-10-10 Robert CollinsPull the outside-test state logic out of the Python...
2009-10-10 Robert CollinsImplement a chunked decoder.
2009-10-10 Robert CollinsMove chunking to be \r\n based and create a dedicated...
2009-10-10 Robert CollinsMerge trunk to resolve NEWS.
2009-10-10 Robert CollinsFix make distcheck.
2009-10-09 Robert CollinsSupport addUnexpectedSuccess.
2009-10-09 Robert CollinsAdd support for addExpectedFailure in the Subunit pytho...
2009-10-08 Robert CollinsWire up addSkip to details.
2009-10-07 Robert CollinsHook addError up to the details protocol.
2009-10-04 Robert CollinsHook addFailure to to details.
2009-10-04 Robert CollinsCreate TracebackContent for adapting exc_info tuples.
2009-10-04 Robert CollinsHook up addSuccess with a details parameter.
2009-10-04 Robert CollinsAdd subunit.Content python class for serialisation.
2009-10-04 Robert CollinsAdd ContentType class.
2009-09-30 Robert CollinsLicense change to BSD/Apache License 2.0.
2009-09-19 Robert CollinsImprove clarity and accessability of Python documentation.
2009-09-19 Robert CollinsProper use of capitals for proper nouns.
2009-09-19 Robert CollinsMove python API documentation into the subunit pydoc.
2009-09-09 Robert CollinsGet make distcheck working with Jelmers perl-install...
next