django-nose didn't work with django 1.1, so I went back to the nose plugin NoseDjango
[htsworkflow.git] / htsworkflow / frontend / experiments / tests.py
index 9088b46144f3f7066e1e36482ada58346be63502..7bfebfec3f9a5190ef40dac3dacbcb51dcd3bdd9 100644 (file)
@@ -4,6 +4,7 @@ try:
     import json
 except ImportError, e:
     import simplejson as json
+import os
 import sys
 
 from django.core import mail
@@ -206,3 +207,4 @@ class TestEmailNotify(TestCase):
         # require that navigation back to the admin page exists
         self.failUnless(re.search('<a href="/admin/experiments/flowcell/153/">[^<]+</a>', response.content))
         
+