coleifer / micawber

a small library for extracting rich content from urls
http://micawber.readthedocs.org/
MIT License
632 stars 91 forks source link

Fix tests to run with newer Django. #57

Closed OlegGirko closed 9 years ago

OlegGirko commented 9 years ago

Django 1.7 has deprecated django.test.simple.DjangoTestSuiteRunner, so django.test.runner.DiscoverRunner should be used instead. Also, django.setup() should be called before running tests.