solar/.testr.conf
Jedrzej Nowak 2673254c6f SOLAR_DB from env in testr execution if defined
Tox passes env SOLAR_DB to testenv,

Change-Id: Ib267fcd3b6df1133ac592f41aa4a9a407de23e03
2015-12-17 14:02:10 +01:00

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