Private
Public Access
1
0

added test to travel all links

This commit is contained in:
Sander Roosendaal
2018-04-10 15:42:38 +02:00
parent 7edc020747
commit c3448ebf2c
7 changed files with 228 additions and 34 deletions

View File

@@ -1,3 +1,6 @@
from __future__ import print_function
from bs4 import BeautifulSoup
import re
from django.test import TestCase, Client,override_settings
from django.core.management import call_command
from django.utils.six import StringIO
@@ -34,8 +37,7 @@ from dataprep import delete_strokedata
from redis import StrictRedis
redis_connection = StrictRedis()
class DjangoTestCase(TestCase, MockTestCase):
def _pre_setup(self):
MockTestCase.setUp(self)