I would like to have multiple test suite .py files which will be run as a bundle by pyATS job.
How can I have single defined common setup/cleanup routines which will run once whenever the pyATS job is executed instead of having the same common setup/cleanup defined within each of the .py test suite files ?
Is this possible at all?