keystoneauth/.coveragerc
Jamie Lennox 0dc75163d8 Move tests in keystoneclient
This is the suggested location for tests and is adopted by most
projects. As part of this change relative imports to package imports.

Fix all the test running and coverage code to point to the new location.

Change-Id: I01264aed14f396ab9a7242e3e72b71e1bc332675
2013-09-24 12:34:17 +10:00

8 lines
132 B
INI

[run]
branch = True
source = keystoneclient
omit = keystoneclient/tests/*,keystoneclient/openstack/*
[report]
ignore-errors = True