svanoort / pyresttest

Python Rest Testing
Apache License 2.0
1.15k stars 325 forks source link

Feature request: Use proper exit codes #252

Closed funkyfuture closed 1 year ago

funkyfuture commented 7 years ago

if i'm not misinterpreting the code here and here, pyresttest returns the number of failed tests as exit code.

this is not posix-compliant where each exit code has a distinct meaning. also, what happens if more than 255 tests failed?