We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5feef8a commit 0ef088eCopy full SHA for 0ef088e
geocamLens/tests.py
@@ -11,9 +11,8 @@
11
Replace these with more appropriate tests for your application.
12
"""
13
14
-from xml.dom import minidom
+# from xml.dom import minidom
15
from django.test import TestCase
16
-from django.test.client import Client
17
18
19
class ValidKmlTest(TestCase):
@@ -26,8 +25,7 @@ class ValidKmlTest(TestCase):
26
25
# """
27
# Tests that querying startSession.kml returns valid XML.
28
29
- # c = Client()
30
- # response = c.get('/kml/startSession.kml')
+ # response = self.client.get('/kml/startSession.kml')
31
# # check for http success status
32
# self.failUnlessEqual(response.status_code, 200)
33
# # check response is not empty
0 commit comments