PLAT-1801 Preserve new user login behavior under Django 1.10+

This commit is contained in:
Jeremy Bowman
2017-12-04 17:45:45 -05:00
parent 08ca211017
commit 103c723c6d
33 changed files with 28 additions and 118 deletions

View File

@@ -1,7 +1,6 @@
"""
Test for split test XModule
"""
import pytest
from django.core.urlresolvers import reverse
from mock import MagicMock
from nose.plugins.attrib import attr
@@ -143,7 +142,6 @@ class SplitTestBase(SharedModuleStoreTestCase):
self.assertIn(visible, content)
@pytest.mark.django111_expected_failure
class TestSplitTestVert(SplitTestBase):
"""
Tests a sequential whose top-level vertical is determined by a split test.
@@ -212,7 +210,6 @@ class TestSplitTestVert(SplitTestBase):
]
@pytest.mark.django111_expected_failure
class TestVertSplitTestVert(SplitTestBase):
"""
Tests a sequential whose top-level vertical contains a split test determining content within that vertical.