49983a162a
Change-Id: I215cd92d707f81ed481897704b31188017a5a8b8
12 lines
412 B
INI
12 lines
412 B
INI
[nosetests]
|
|
# NOTE(jkoelker) To run the test suite under nose install the following
|
|
# coverage http://pypi.python.org/pypi/coverage
|
|
# tissue http://pypi.python.org/pypi/tissue (pep8 checker)
|
|
# openstack-nose https://github.com/jkoelker/openstack-nose
|
|
verbosity=2
|
|
detailed-errors=1
|
|
cover-package = quantum
|
|
cover-html = true
|
|
cover-erase = true
|
|
where=quantum/tests/unit
|