test/cli_argument_parser: notes outlining what additional tests are needed
parent
db6e543c5c
commit
4ceaca745b
|
@ -186,5 +186,10 @@ int main(int argc, char* argv[]) {
|
||||||
//TODO add tests for invalid input
|
//TODO add tests for invalid input
|
||||||
std::cerr << "TODO: invalid input tests" << std::endl;
|
std::cerr << "TODO: invalid input tests" << std::endl;
|
||||||
|
|
||||||
|
// test cases for invalid input:
|
||||||
|
// - unknown flags, arguments (mixed with other input and standalone)
|
||||||
|
// - too few, too many positional arguments (mixed with other input and standalone)
|
||||||
|
// - check the produced error messages
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue