Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-18 | various small additional tests and testcases | David Kalnischkies | |
Usually they don't provide a lot in terms of what they test, but they help in covering many lines from strictly anecdotal commands (stats, moo) and error messages, so that stuff which really needs to be tested, but isn't is better visible in coverage reports. Git-Dch: Ignore | |||
2014-11-09 | streamline display of --help in all tools | David Kalnischkies | |
By convention, if I run a tool with --help or --version I expect it to exit successfully with the usage, while if I do call it wrong (like without any parameters) I expect the usage message shown with a non-zero exit. |