summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorGabriel Hurley <gabriel@strikeawe.com>2011-11-08 16:38:03 -0800
committerGabriel Hurley <gabriel@strikeawe.com>2011-11-08 16:44:16 -0800
commit2532d25c08931122c1aa84290fd9abb08959fbfb (patch)
tree631041a721559af3e0d554037382092967db601d /.gitignore
parent67a979ae99fcba2b0f97789ae7a4dc5de8fa084e (diff)
downloadtuskar-ui-2532d25c08931122c1aa84290fd9abb08959fbfb.tar.gz
Adds selenium and qunit integration into Django test suite.
Implements blueprint frontend-testing. Implements blueprint javascript-unit-tests. Adds selenium to buildout script and uses django-nose-selenium to integrate with Django's unit test machinery. Includes proof-of-implementation tests with both selenium and qunit. Change-Id: Ic7db4994be398c633a78dca7369359602c7d8f57
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index b797b11f..b56094fe 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@
*.pyc
*.swp
+.selenium_log
.coverage
coverage.xml
pep8.txt
@@ -20,5 +21,5 @@ django-nova-syspanel/src/django_nova_syspanel.egg-info
openstack-dashboard/.dashboard-venv
openstack-dashboard/local/dashboard_openstack.sqlite3
openstack-dashboard/local/local_settings.py
-build/
+docs/build/
docs/source/sourcecode