Skip to content

Commit 2ff78eb

Browse files
chore: add TODO for tests
Co-authored-by: Kyle McCormick <[email protected]>
1 parent 498e5cd commit 2ff78eb

File tree

1 file changed

+5
-1
lines changed
  • tests/openedx_learning/apps/authoring/subsections

1 file changed

+5
-1
lines changed

tests/openedx_learning/apps/authoring/subsections/test_api.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@
1616
Entry = authoring_api.SubsectionListEntry
1717

1818

19-
@ddt.ddt
19+
# 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+
2024
class SubSectionTestCase(UnitTestCase): # pylint: disable=test-inherits-tests
2125
""" Test cases for Subsections (containers of units) """
2226

0 commit comments

Comments
 (0)