Test properties UI

This commit is contained in:
Raphael Michel
2015-01-13 23:57:31 +01:00
parent 5acca0479a
commit a144d4ccfe
3 changed files with 80 additions and 6 deletions

View File

@@ -1,5 +1,6 @@
import os
import sys
from django.contrib.staticfiles.testing import StaticLiveServerTestCase
from django.test import LiveServerTestCase
from django.conf import settings
@@ -50,7 +51,7 @@ def on_platforms():
return decorator
class BrowserTest(LiveServerTestCase):
class BrowserTest(StaticLiveServerTestCase):
def __init__(self, *args, **kwargs):
super().__init__(*args, **kwargs)