LLNL / ATS

ATS - Automated Testing System - is an open-source, Python-based tool for automating the running of tests of an application across a broad range of high performance computers.
BSD 3-Clause "New" or "Revised" License
7 stars 5 forks source link

Temporarily revert custom ast parser to old exec machinery #109

Closed jwhite242 closed 1 year ago

jwhite242 commented 1 year ago

PR to address the issue in Discussion #101. This temporarily reverts to the previous exec(test) and exec(compile( test )) mechanisms for ingesting the tests defined in the ats files.