futureized tests
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
from __future__ import absolute_import
|
||||
from __future__ import division
|
||||
from __future__ import print_function
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from statements import *
|
||||
from .statements import *
|
||||
|
||||
nu = datetime.datetime.now()
|
||||
|
||||
@@ -250,7 +254,7 @@ class CPChartTest(TestCase):
|
||||
sex = r.sex,
|
||||
weightc = r.weightcategory)
|
||||
|
||||
print url
|
||||
print(url)
|
||||
|
||||
response = self.c.get(url)
|
||||
self.assertEqual(response.status_code,200)
|
||||
|
||||
Reference in New Issue
Block a user