summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorGabriel Hurley <gabriel@strikeawe.com>2011-11-18 12:38:21 -0800
committerGabriel Hurley <gabriel@strikeawe.com>2011-11-21 13:06:00 -0800
commit1dec092857c79a3d302b101e36ab085d2cd7a32a (patch)
treed3b6e69b223b8baa69d0168afcea93d71655a122 /.gitignore
parente1d78e0321351a7bf06dd71c93da2ea5e6561a80 (diff)
downloadtuskar-ui-1dec092857c79a3d302b101e36ab085d2cd7a32a.tar.gz
Unit tests shouldn't override template rendering.
Removes the fake_render_to_response function that was preventing templates from being rendered. This required a number of adjustments to the mocked obejcts in the view tests (which didn't need to be mocked to begin with). A couple of legitimate problems were exposed upon rendering the templates which are also now fixed. Change-Id: I1647dcec01084318be1bb8f6d6ac1f4308992afa
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index ac626da4..376ccea2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,6 +3,7 @@
.environment_version
.selenium_log
.coverage
+.noseids
coverage.xml
pep8.txt
pylint.txt