summaryrefslogtreecommitdiff
path: root/.testr.conf
blob: 044f5a32a069eb2842093d2aa2e3e682a62ffdf4 (plain)
1
2
3
4
5
6
7
8
[DEFAULT]
test_command=
    PYTHON=$(echo ${PYTHON:-python} | sed 's/--source heat//g')
    START_AT=${TESTR_START_DIR:-.}
    ${PYTHON} -m subunit.run discover -s $START_AT -t . $LISTOPT $IDOPTION
    if [ "$START_AT" = "." ]; then for plugin in $START_AT/contrib/*; do ${PYTHON} -m subunit.run discover -s $plugin $LISTOPT $IDOPTION; done; fi
test_id_option=--load-list $IDFILE
test_list_option=--list