Ticket #16528: testing-output-docs-16528.diff
File testing-output-docs-16528.diff, 683 bytes (added by , 13 years ago) |
---|
-
docs/topics/testing.txt
555 555 but it's pretty intuitive. You can consult the documentation of Python's 556 556 ``unittest`` library for details. 557 557 558 Note that the return code for the test-runner script is the totalnumber of558 Note that the return code for the test-runner script is 1 for any number of 559 559 failed and erroneous tests. If all the tests pass, the return code is 0. This 560 560 feature is useful if you're using the test-runner script in a shell script and 561 561 need to test for success or failure at that level.