summaryrefslogtreecommitdiffstats
path: root/.coveragerc
Commit message (Collapse)AuthorAgeFilesLines
* Update .coveragercAlessio Ababilov2013-02-061-1/+1
| | | | | | | Set up proper source and omit options. Change-Id: I28e95c5dde5d906dc2bf44b647017f8cff5981f6 Implements: blueprint update-coveragerc
* Use testrepository setuptools support.Monty Taylor2013-01-141-1/+2
| | | | | | The previous false-positive bug was fixed upstream in 0.0.13. Change-Id: Iceb07a511992249c104bbc7c34b7c35e01bd9fbd
* Revert "Use testr setuptools commands."James E. Blair2013-01-141-2/+1
| | | | | | | This reverts commit c945b71929d7dc872ea27103ca8b6ec3d5cc7cd5 which caused the unit test command to always exit sucessfully. Change-Id: I410cbc878675503f0ce6e50bddc4fd0552370c46
* Use testr setuptools commands.Monty Taylor2013-01-121-1/+2
| | | | | | | Replace the embedded shell scripts with setuptools commands provided by upstream. Cleans up a few warnings that this cause tox to show. Change-Id: I9eb47142eafb6ed038b358b94984462ca1632542
* Finalize tox config.Monty Taylor2012-06-071-0/+6
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