We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 498e5cd commit 2ff78ebCopy full SHA for 2ff78eb
tests/openedx_learning/apps/authoring/subsections/test_api.py
@@ -16,7 +16,11 @@
16
Entry = authoring_api.SubsectionListEntry
17
18
19
-@ddt.ddt
+# TODO: Turn UnitTestCase into UnitTestMixin and remove the
20
+# test-inherits-tests pylint warning below.
21
+# https://github.com/openedx/openedx-learning/issues/308
22
+
23
24
class SubSectionTestCase(UnitTestCase): # pylint: disable=test-inherits-tests
25
""" Test cases for Subsections (containers of units) """
26
0 commit comments