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.
Moved all files from ats/src/ats/ into ats. Also moved ats/src/atsMachines into ats/atsMachines to make importing more straightforward and in preparation for Python 3.
setup.py has been updated accordingly
Updated ats related import statements.
Import statements are now all absolute imports to prepare for Python 3.
Moved all files from
ats/src/ats/
intoats
. Also movedats/src/atsMachines
intoats/atsMachines
to make importing more straightforward and in preparation for Python 3.setup.py has been updated accordingly
Updated ats related import statements. Import statements are now all absolute imports to prepare for Python 3.