Merge pull request #16658 from edx/bmedx/django111_tag_test_failures_lms_3

Tag LMS Unit 3 tests that fail in Django 1.11
This commit is contained in:
Brian Mesick
2017-11-30 16:14:18 -05:00
committed by GitHub
9 changed files with 35 additions and 11 deletions

View File

@@ -337,6 +337,7 @@ class TestCourseGrades(TestSubmittingProblems):
@attr(shard=3)
@ddt.ddt
@pytest.mark.django111_expected_failure
class TestCourseGrader(TestSubmittingProblems):
"""
Suite of tests for the course grader.