Prevent failed commandline_operation from publishing output files.
commit4bb03dd635847500118e4c7549734858ade7d745
authorM. Eric Irrgang <ericirrgang@gmail.com>
Thu, 30 Jul 2020 11:04:00 +0000 (30 14:04 +0300)
committerJoe Jordan <ejjordan12@gmail.com>
Mon, 3 Aug 2020 07:23:25 +0000 (3 07:23 +0000)
tree9b62ab1b76569fe34153db912374a9159a5dffdb
parentb35d04cec0ae3298958b837dabb50e7785cb8554
Prevent failed commandline_operation from publishing output files.

Also, add more sophisticated tests for commandline_operation: Test input
and output file arguments. The first of the tests is adapted from the
acceptance tests for 2020 functional requirement 3.

Fixes #3616
python_packaging/src/gmxapi/commandline.py
python_packaging/src/test/test_commandline.py