To run a python file you can go in the navigator, right click it and run.
Three run modes are available:
Run (normally runs file)
Coverage (gathers code coverage statistics)
Debug (for debbuging)
To run a python subset of files you can go in the navigator, right click it and run.
For multiple runs two modes are available:
Run (normally runs a subset of files)
Coverage (runs a subset of files gathering coverage information)
When Running a subset you can choose between running each file on a separate shell (and therefore with a
different output) or running each one from a script (and the script will be responsible for
choosing the files to be run (it will receive the directory as an argument). Running with the script will make
a single output for all the files. An example script is provided and is be given as the default script.