~billy-olsen/charms/trusty/ceilometer/lp1541618

« back to all changes in this revision

Viewing changes to .testr.conf

  • Committer: Corey Bryant
  • Date: 2015-11-02 21:20:06 UTC
  • mfrom: (104.1.1 ceilometer)
  • Revision ID: corey.bryant@canonical.com-20151102212006-ik81haljx0sgl99n
[james-pages,r=corey.bryant] Add tox support for lint and unit tests.

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 ./ ./unit_tests $LISTOPT $IDOPTION
 
6
 
 
7
test_id_option=--load-list $IDFILE
 
8
test_list_option=--list