On 04/17/2014 12:09 PM, Tim Flink wrote:
On Thu, 17 Apr 2014 10:03:24 -0400 (EDT)
Kamil Paral wrote:
https://pythonhosted.org/an_example_pypi_project/sphinx.html#auto-directives
I'm not suggesting that we drop everything and fix all the
docstrings right now but I am suggesting that we start
On 10/31/2013 02:27 PM, Josef Skladanka wrote:
Lucas,
do you use any library for producing TAP format?
No, at least not in the sense of an external project. Producing TAP in
the client is an autotest specific implementation. It is the TAPReport()
object defined in:
https://github.com/autot
On 10/31/2013 01:23 PM, Kamil Paral wrote:
= TAP =
TAP is not unittest-specific, and is human-readable plaintext format.
It also has just PASS/FAIL logic, but there is a possibility to add YAML
'metadata' to any result (since TAP v. 13).
The real issue with TAP is Python support.
There is a TA
On 10/31/2013 01:23 PM, Kamil Paral wrote:
= TAP =
TAP is not unittest-specific, and is human-readable plaintext format.
It also has just PASS/FAIL logic, but there is a possibility to add YAML
'metadata' to any result (since TAP v. 13).
The real issue with TAP is Python support.
There is a TA