241c2cf432
Establish features for running Karma tests. Separate karma configurations are used due to current overlap of template file structure. You can run the karma tests via: ./run_tests.sh --karma The Karma framework allows for many features like unit test coverage and provides a common configuration for different test runners. Change-Id: I79680ef6369383c148da68e6677945886a48df81 Implements: blueprint karma
34 lines
490 B
Plaintext
34 lines
490 B
Plaintext
*.egg*
|
|
*.mo
|
|
*.pyc
|
|
*.sw?
|
|
*.sqlite3
|
|
*.lock
|
|
.environment_version
|
|
.selenium_log
|
|
.coverage*
|
|
.noseids
|
|
.DS_STORE
|
|
coverage.xml
|
|
nosetests.xml
|
|
pep8.txt
|
|
pylint.txt
|
|
reports
|
|
openstack_dashboard/local/local_settings.py
|
|
openstack_dashboard/local/local_settings.diff
|
|
openstack_dashboard/local/.secret_key_store
|
|
openstack_dashboard/test/.secret_key_store
|
|
openstack_dashboard/wsgi/horizon.wsgi
|
|
doc/build/
|
|
doc/source/sourcecode
|
|
/static/
|
|
.venv
|
|
.tox
|
|
node_modules
|
|
npm-debug.log
|
|
build
|
|
dist
|
|
AUTHORS
|
|
ChangeLog
|
|
tags
|