Skip to content

Commit

Permalink
use StaticLiveServerTestCase for selenium tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jandd committed Nov 13, 2014
1 parent a5d5d55 commit a2bff04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions coffeestats/functional_tests/base.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import re

from django.test import LiveServerTestCase
from django.core import mail
from django.contrib.staticfiles.testing import StaticLiveServerTestCase

from selenium import webdriver
from selenium.webdriver.common.action_chains import ActionChains
Expand All @@ -15,7 +15,7 @@
re.IGNORECASE | re.MULTILINE)


class SeleniumTest(LiveServerTestCase):
class SeleniumTest(StaticLiveServerTestCase):

@classmethod
def setUpClass(cls):
Expand Down

0 comments on commit a2bff04

Please sign in to comment.