simonmichael / shelltestrunner

Easy, repeatable testing of CLI programs/commands
GNU General Public License v3.0
130 stars 10 forks source link

Provide the line number in the test file where the test cases fail #7

Closed jonaprieto closed 6 years ago

jonaprieto commented 7 years ago

When a test fails, we got information about what fails, the command, stdin, stdout, stderr, and exitcode. It will be nice if we got also the line in the test file where the failure takes place or where the test begins considering large files.