UPD: more and better tests.
This commit is contained in:
@@ -6,16 +6,14 @@ from django.utils.translation import ugettext
|
||||
from selenium.webdriver.common.by import By
|
||||
from selenium.webdriver.common.keys import Keys
|
||||
|
||||
|
||||
from dav_base.tests.generic import skip_unless_tag_option, ScreenshotTestCase
|
||||
from dav_base.tests.generic import ScreenshotTestCase
|
||||
|
||||
TEST_USERNAME = 'root@localhost'
|
||||
TEST_PASSWORD = u'me||ön 2'
|
||||
TEST_EMAIL = TEST_USERNAME
|
||||
|
||||
|
||||
@skip_unless_tag_option()
|
||||
@tag('screenshots')
|
||||
@tag('screenshots', 'browser')
|
||||
class TestCase(ScreenshotTestCase):
|
||||
screenshot_prefix = 'dav_auth-'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user