~ubuntu-branches/ubuntu/wily/bandit/wily-proposed

« back to all changes in this revision

Viewing changes to .testr.conf

  • Committer: Package Import Robot
  • Author(s): Dave Walker (Daviey)
  • Date: 2015-07-22 09:01:39 UTC
  • Revision ID: package-import@ubuntu.com-20150722090139-fl0nluy0x8m9ctx4
Tags: upstream-0.12.0
ImportĀ upstreamĀ versionĀ 0.12.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[DEFAULT]
 
2
test_command=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \
 
3
             OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \
 
4
             OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-60} \
 
5
             ${PYTHON:-python} -m subunit.run discover -t ./ ./tests $LISTOPT $IDOPTION
 
6
test_id_option=--load-list $IDFILE
 
7
test_list_option=--list