run¶
Synopsis¶
pyam run [-h] [-c COHORT] [-s [STUDENTS [STUDENTS …]]] [–overwrite] [–prefix PREFIX] [-t TEST] [–new_only] [-m MARK]
Description¶
pyam run run the test suite for specified cohort and students.
It generates the test reports for each student in the reports folder.
Options¶
- -h, --help¶
Show a help message and exit
- -c COHORT, --cohort COHORT¶
Name of cohort if different from current.
- -s [STUDENTS [STUDENTS ...]], --students [STUDENTS [STUDENTS ...]]¶
List of specific students to process in cohort.
- --overwrite¶
If set overwrite existing output files.
- --prefix PREFIX¶
Prefix to add to generated files.
- -t TEST, --test TEST¶
Name of specific test to be run
- --new_only¶
If set then only run tests for those student for whom there are no reports
- -m MARK, --mark MARK¶
Selected marked tests when testing e.g. ‘not slow’ to not run slow tests