sciath / sciath

A simple, language-agnostic, and cluster-portable tool for testing scientific applications, with no dependencies beyond Python 2.7+.
https://sciath.readthedocs.org
GNU General Public License v3.0
3 stars 0 forks source link

Harness, file input: custom exception and handling at harness level #202

Closed psanan closed 2 years ago

psanan commented 2 years ago

Add custom Exceptions for errors reading the YAMl file (in general), and the parsing of it into individual tests. The Harness should catch these and exit gracefully, instead of presenting the user with an uncaught exception.