6 lines
189 B
Plaintext
6 lines
189 B
Plaintext
[DEFAULT]
|
|
test_command=SOLAR_DB=${SOLAR_DB:=sqlite://} \
|
|
py.test ./solar --subunit $LISTOPT $IDOPTION
|
|
test_id_option=--subunit-load-list=$IDFILE
|
|
test_list_option=--collectonly
|