magnum-ui/.gitignore
Kenji Ishii 8593eaf9fb Enable test coverage in run_test.sh and tox
About run_test.sh, the report of test coverage seems
not create at the moment.
Also tox for cover doesn't work well.
This patch fix it.

Change-Id: I408b4c053c4290c7a205d892c43cb7cd2bbff641
2016-09-13 17:58:53 +09:00

15 lines
147 B
Plaintext

AUTHORS
ChangeLog
build
doc/source/sourcecode
magnum_ui/test/.secret_key_store
.venv
.tox
*.pyc
*.lock
*.egg*
*.swp
.coverage
coverage.xml
htmlcov