TDycores-Project / qa-toolbox

A framework for executing and documenting verification and validation tests.
1 stars 1 forks source link

Revise naming convention for description files #54

Closed ghammond86 closed 4 years ago

ghammond86 commented 4 years ago

Currently using description_ROOT.txt where where ROOT is the root name of the test case. We need to support two alternatives. Assuming the following:

abc.cfg with test case xyz.pflotran

abc.description is used to describe the test problem at directory level xyz.description is used to describe the test problem at the test case level

In other words, key off whether these files exist and insert them accordingly.