6 Commits

Author SHA1 Message Date
Yushiro FURUKAWA
6e908db6df Fix coverage option and execution
--coverage-package-name option was no longer supported by 'testr'[1].
This commit replaces from 'testr' to 'test' as coverage option.

[1] https://review.openstack.org/#/c/217847/

Change-Id: I0430fd696752c1cd8e33bb2d146e08e442ebc3f8
2016-04-13 07:43:58 +09:00
janonymous
6f3958fb35 py26/py33 are no longer supported by Infra's CI
Python 3.3/2.6 support would be dropped by
Infra team from mitaka,CI would no longer be testing it,
so projects should drop it also.

Change-Id: Ib4c347038aa894ef808c0ab731d9b38982a47b40
2015-12-26 14:22:24 +05:30
Masayuki Igawa
2fb3b5ecff Fix coverage section in tox.ini
This commit fixes the coverage section in tox.ini to get coverage and
also changes .gitignore to ignore the cover directory and .coverage
directories.

Change-Id: Ia58b5d109ad045833d6c37e16fd0fe3705212ed0
2015-12-04 18:26:12 +09:00
Masayuki Igawa
c797436528 Add delete *.pyc command before executing ostestr
This commit adds a command for deleting *.pyc before executing ostestr
with tox. This patch would help that removing unnecessary *.pyc files
when we rename, move or remove *.py ones.

Change-Id: Ifa0eb18a10c7e7ee7e15ce7cc69a1b007a016a76
2015-12-01 17:24:59 +09:00
Matthew Treinish
0abbeeac4b
Dogfood things for unit tests
So it turns out we weren't actually using ostestr for running the
os-testr unit tests. We probably should use the test runner runner
wrapper we're developing to run the unit tests for the test runner
runner wrapper and the other utilities in the package.

Change-Id: I88af9104352163f2412c2a3cbaf6c88d0a937988
2015-06-23 19:31:57 -04:00
Matthew Treinish
d1049b1ad6 Initial Cookiecutter Commit. 2015-03-17 14:58:46 -04:00