Commit Graph

4 Commits

Author SHA1 Message Date
Pavlo Shchelokovskyy b4a0a06b66 Add stestr-specific files
os-testr>=1.0 uses stestr as test runner instead of testrepository.

This patch adds appropriate config and git ignore options for stestr.

Change-Id: I3aefd97312bb9e5985e601dd192913247046d6e4
2017-09-22 11:45:29 +00:00
Arundhati Surpur c2509d3a40 Update .gitignore
Because egg* already ignores egg-info.

Change-Id: Ie16695c1932f0b2c9627a1f16e04a306e99f82c4
2017-07-19 17:59:03 +05:30
Pavlo Shchelokovskyy 7b3e177723 Fix the 'cover' tox env
currently tox env for code coverage does not measure anything
as it tries to measure the coverage of 'ironic-staging-drivers' package,
while the actual package name is 'ironic_staging_drivers'.

This patch:
- erases current coverage data first
- fixes project name expected by 'coverage'
- adds coverage reporting in the end of 'tox -ecover' run
- omits tests file from both coverage and report
- adds 'cover' to .gitignore (auto-generated as part of coverage report)

Change-Id: I0044e3dd399934be706a06fd921972632efcceea
2016-12-14 20:09:43 +00:00
Lucas Alvares Gomes a27e38e50c Skeleton initial commit
Change-Id: I6b2c34135c79931defaccc6480e382f54a95d9a6
2016-01-26 12:48:24 +00:00