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
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
[DEFAULT]
|
||||
test_command=${PYTHON:-python} -m subunit.run discover -t ./ ./tests $LISTOPT $IDOPTION
|
||||
test_command=${PYTHON:-python} -m subunit.run discover -t ./ ./ $LISTOPT $IDOPTION
|
||||
test_id_option=--load-list $IDFILE
|
||||
test_list_option=--list
|
||||
|
||||
Reference in New Issue
Block a user