db2ee4b4e8
Change usage of unittest.skip() to testtools.skip() Change-Id: Id3283805dfcb7856dc7bec3dcf19f1557184ec09
5 lines
168 B
Plaintext
5 lines
168 B
Plaintext
[DEFAULT]
|
|
test_command=${PYTHON:-python} -m subunit.run discover ./distil/tests/unit -t . $LISTOPT $IDOPTION
|
|
test_id_option=--load-list $IDFILE
|
|
test_list_option=--list
|