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

Feature/bloss1/project restructure part 2 #55

Closed davidbloss closed 3 years ago

davidbloss commented 3 years ago

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.