~widelands-dev/widelands-website/trunk

« back to all changes in this revision

Viewing changes to wlmaps/tests/test_views.py

  • Committer: franku
  • Date: 2016-03-16 10:25:56 UTC
  • mto: This revision was merged to the branch mainline in revision 409.
  • Revision ID: somal@arcor.de-20160316102556-vvsjlpdhi1j25423
runthrough deprecation timeline; fixed some things; added NOCOMMs

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
from django.test import TestCase as DjangoTest, Client
6
6
from django.core.urlresolvers import reverse
7
7
from django.contrib.auth.models import User
8
 
from django.utils import simplejson as json
 
8
# NOCOMM: Not used, but should be replaced with python json because it gets removed in django 1.7
 
9
#from django.utils import simplejson as json
9
10
from wlmaps.models import *
10
11
 
11
12
import os