e246da73f5
Shrink tox.ini to the new short version. Fix the test cases to be able to be run in nosetets plus the openstack.nose_plugin, which finally removes the need for nova/testing/runner.py Also, now we'll just output directly to stdout, which will make nose collect the trace logging directly and either output it at the end of the run, or inject it into the xunit output appropriately. Change-Id: I1456e18a11a840145492038108bdfe812c8230d1
7 lines
107 B
INI
7 lines
107 B
INI
[run]
|
|
branch = True
|
|
omit = /usr*,setup.py,*egg*,.venv/*,.tox/*,nova/tests/*
|
|
|
|
[report]
|
|
ignore-errors = True
|