ReactionMechanismGenerator / RMG-tests

Continous Integration Testing Platform for RMG-Py
3 stars 14 forks source link

RMG tests fails upon one error #49

Closed goldmanm closed 1 year ago

goldmanm commented 7 years ago

I think the intended purpose of RMG tests may be similar to unittests, where each one runs independently. Currently, if one example fails in RMG-tests, it is impossible to see the tests after that test which can hide multiple errors. Ideally, in my opinion RMG tests should mention an error message and go to the next example instead of quitting.

JacksonBurns commented 1 year ago

The changes described in #86 will attempt to run all tests and upload all results regardless of success or failure. Closing as completed.