We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e56ac68 commit 3476a4cCopy full SHA for 3476a4c
xmodule/tests/test_annotatable_block.py
@@ -1,8 +1,7 @@
1
"""Annotatable block tests"""
2
3
4
-import unittest
5
-
+from django.test import TestCase
6
from lxml import etree
7
from opaque_keys.edx.locator import BlockUsageLocator, CourseLocator
8
from xblock.field_data import DictFieldData
@@ -13,7 +12,7 @@
13
12
from . import get_test_system
14
15
16
-class AnnotatableBlockTestCase(unittest.TestCase): # lint-amnesty, pylint: disable=missing-class-docstring
+class AnnotatableBlockTestCase(TestCase): # lint-amnesty, pylint: disable=missing-class-docstring
17
sample_xml = '''
18
<annotatable display_name="Iliad">
19
<instructions>Read the text.</instructions>
0 commit comments