citation-file-format / cffconvert

Command line program to validate and convert CITATION.cff files.
Apache License 2.0
95 stars 28 forks source link

CLI test should fail but doesnt #364

Open jspaaks opened 1 year ago

jspaaks commented 1 year ago

https://github.com/citation-file-format/cffconvert/blob/a3ed798364b683ea5d47474f40eac71f6742ab85/tests/cli/cff_1_0_3/test_cli.py#L61-L67

The behavior is to print the help text if there are no input arguments, with exit code 0. But the test passes?

Needs looking into.