<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/testtools.git/testtools/testresult/__init__.py, branch interfaces</title>
<subtitle>github.com: testing-cabal/testtools.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/testtools.git/'/>
<entry>
<title>Add a StreamResult Router.</title>
<updated>2013-04-03T00:11:33+00:00</updated>
<author>
<name>Robert Collins</name>
<email>robertc@robertcollins.net</email>
</author>
<published>2013-04-03T00:11:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/testtools.git/commit/?id=088f82f4ddd9e1e02d9c81ecbaf1f971442891a2'/>
<id>088f82f4ddd9e1e02d9c81ecbaf1f971442891a2</id>
<content type='text'>
The router dispatches packets to another StreamResult based on their
route_code, stripping the matching section. Unroutable events are forwarded to
a fallback stream.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The router dispatches packets to another StreamResult based on their
route_code, stripping the matching section. Unroutable events are forwarded to
a fallback stream.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a StreamResult safe for use in threaded/concurrent code.</title>
<updated>2013-03-19T13:45:43+00:00</updated>
<author>
<name>Robert Collins</name>
<email>robertc@robertcollins.net</email>
</author>
<published>2013-03-16T06:45:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/testtools.git/commit/?id=877058e8dc59f95bcb7d1021db52ad8e0c8d9704'/>
<id>877058e8dc59f95bcb7d1021db52ad8e0c8d9704</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a timestamping StreamResult.</title>
<updated>2013-03-18T06:51:09+00:00</updated>
<author>
<name>Robert Collins</name>
<email>robertc@robertcollins.net</email>
</author>
<published>2013-03-16T06:45:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/testtools.git/commit/?id=04384df526e1111834a6801d70d4c13052a4d261'/>
<id>04384df526e1111834a6801d70d4c13052a4d261</id>
<content type='text'>
This allows event generators to ignore the timestamp field, it can be added
into the stream - as long as it is before any buffering/queueing/blocking occur
it will be accurate enough.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows event generators to ignore the timestamp field, it can be added
into the stream - as long as it is before any buffering/queueing/blocking occur
it will be accurate enough.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add StreamTagger, for tagging StreamResult events.</title>
<updated>2013-03-16T06:45:09+00:00</updated>
<author>
<name>Robert Collins</name>
<email>robertc@robertcollins.net</email>
</author>
<published>2013-03-16T06:45:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/testtools.git/commit/?id=e7ac371211442024a6429f343df3b0876cae073b'/>
<id>e7ac371211442024a6429f343df3b0876cae073b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add an adapter to adapt StreamResult event streams into ExtendedTestResult.</title>
<updated>2013-03-15T16:13:55+00:00</updated>
<author>
<name>Robert Collins</name>
<email>robertc@robertcollins.net</email>
</author>
<published>2013-03-15T16:13:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/testtools.git/commit/?id=92c675a9ff60d8ddb180b991b91dda2e9f9594d8'/>
<id>92c675a9ff60d8ddb180b991b91dda2e9f9594d8</id>
<content type='text'>
This permits running existing tools like test runners and reporters with
StreamResult generating test runs adapting any unittest or testtools compatible
TestResult into a StreamResult.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This permits running existing tools like test runners and reporters with
StreamResult generating test runs adapting any unittest or testtools compatible
TestResult into a StreamResult.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add an adapter to convert ExtendedTestResult to StreamResult.</title>
<updated>2013-03-14T16:28:04+00:00</updated>
<author>
<name>Robert Collins</name>
<email>robertc@robertcollins.net</email>
</author>
<published>2013-03-14T16:27:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/testtools.git/commit/?id=0175baf2655712c07191e22ec0902a0aebc4208f'/>
<id>0175baf2655712c07191e22ec0902a0aebc4208f</id>
<content type='text'>
This permits using code that uses any Python unittest test code
with a StreamResult.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This permits using code that uses any Python unittest test code
with a StreamResult.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a dedicated interface for controlling an in-progress TestRun.</title>
<updated>2013-03-13T19:00:51+00:00</updated>
<author>
<name>Robert Collins</name>
<email>robertc@robertcollins.net</email>
</author>
<published>2013-03-11T23:06:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/testtools.git/commit/?id=4598acee883f859dc2bf75e13682760ae1fe9ab4'/>
<id>4598acee883f859dc2bf75e13682760ae1fe9ab4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add StreamSummary to generate summary statistics and capture failures.</title>
<updated>2013-03-11T23:07:03+00:00</updated>
<author>
<name>Robert Collins</name>
<email>robertc@robertcollins.net</email>
</author>
<published>2013-03-11T23:06:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/testtools.git/commit/?id=df4fa302ab3837d9bb1893f08efa51ac4d101307'/>
<id>df4fa302ab3837d9bb1893f08efa51ac4d101307</id>
<content type='text'>
This is equivalent the to behaviour in the TestResult class, but split into a
dedicated helper (so that decorators and the like don't need to waste cycles
generating them).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is equivalent the to behaviour in the TestResult class, but split into a
dedicated helper (so that decorators and the like don't need to waste cycles
generating them).
</pre>
</div>
</content>
</entry>
<entry>
<title>Provide a loosely typed buffer layer for simple processing of completed tests.</title>
<updated>2013-03-11T23:03:57+00:00</updated>
<author>
<name>Robert Collins</name>
<email>robertc@robertcollins.net</email>
</author>
<published>2013-03-08T12:12:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/testtools.git/commit/?id=be779f0921b468c06d256facb895ee7315524098'/>
<id>be779f0921b468c06d256facb895ee7315524098</id>
<content type='text'>
This avoids all of the buffer management and analysis and should be suitable
for most terminal filters.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This avoids all of the buffer management and analysis and should be suitable
for most terminal filters.
</pre>
</div>
</content>
</entry>
<entry>
<title>Adds a CopyStreamResult which copies StreamResult events to multiple outputs.</title>
<updated>2013-03-08T12:12:41+00:00</updated>
<author>
<name>Robert Collins</name>
<email>robertc@robertcollins.net</email>
</author>
<published>2013-03-08T12:12:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/testtools.git/commit/?id=581ea46320d7f472a88178df66b3bda8aa82a1ca'/>
<id>581ea46320d7f472a88178df66b3bda8aa82a1ca</id>
<content type='text'>
This allows applying multiple terminal handlers to one stream.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows applying multiple terminal handlers to one stream.
</pre>
</div>
</content>
</entry>
</feed>
