google-code-export / gaeunit

Automatically exported from code.google.com/p/gaeunit
0 stars 0 forks source link

For format=plain, the HTTP status of the request is always 200, even if the test suite failed. #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
For the purposes of test automation scripts, it is essential that a proper
HTTP status code is returned so that the script (like one that uses 'curl',
for example) can determine the correct course of action based on the test
results.

Success = 200
Failure = 2xx   Since the HTTP request itself was a success, the code
should be in the 200-299 range.

Original issue reported on code.google.com by srfar...@gmail.com on 5 Aug 2008 at 10:38

GoogleCodeExporter commented 9 years ago

Original comment by srfar...@gmail.com on 9 Oct 2008 at 1:58