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