this chnage setup up unit testing with stestr as the test runner and django.test.SimpleTestCase as the base of our tests. This avoid the depency on manage.py or run_tests.sh Change-Id: Ib39d20861928a3052eaa9e9adc3f984ae20aad03
69 lines
664 B
Plaintext
69 lines
664 B
Plaintext
*.py[cod]
|
|
|
|
# C extensions
|
|
*.so
|
|
|
|
# Packages
|
|
*.egg
|
|
*.egg-info
|
|
dist
|
|
build
|
|
.eggs
|
|
eggs
|
|
parts
|
|
bin
|
|
var
|
|
sdist
|
|
develop-eggs
|
|
.installed.cfg
|
|
lib
|
|
lib64
|
|
|
|
# Installer logs
|
|
pip-log.txt
|
|
|
|
# Unit test / coverage reports
|
|
.coverage
|
|
cover/
|
|
.tox
|
|
nosetests.xml
|
|
.testrepository
|
|
.venv
|
|
node_modules
|
|
.stestr
|
|
|
|
# Translations
|
|
*.mo
|
|
|
|
# Mr Developer
|
|
.mr.developer.cfg
|
|
.project
|
|
.pydevproject
|
|
|
|
# Complexity
|
|
output/*.html
|
|
output/*/index.html
|
|
|
|
# Sphinx
|
|
doc/build
|
|
|
|
# pbr generates these
|
|
AUTHORS
|
|
ChangeLog
|
|
|
|
# Editors
|
|
*~
|
|
.*.swp
|
|
.*sw?
|
|
|
|
|
|
# Horizon related
|
|
*.lock
|
|
grian_horizon_plugin/test/.secret_key_store
|
|
|
|
# Files created by releasenotes build
|
|
releasenotes/build
|
|
|
|
# DS_Store on Mac computers
|
|
*.DS_Store
|