Files
libra/.testr.conf
David Shrewsbury 8ede409117 Move tests under libra package subdir.
Based on recommended change by Monty Taylor. The package tests do
belong with the package they are testing rather than outside of it.
Moving it requires making it pep8 and pyflakes happy.

Change-Id: If45e2e5240c2e07ca0bb945a103dd3f409546ea4
2013-04-04 16:49:42 -04:00

5 lines
152 B
Plaintext

[DEFAULT]
test_command=${PYTHON:-python} -m subunit.run discover -t ./ ./ $LISTOPT $IDOPTION
test_id_option=--load-list $IDFILE
test_list_option=--list