Skip to content

Commit 7b5cf6e

Browse files
chore: add TODO for tests
Co-authored-by: Kyle McCormick <kyle@kylemccormick.me>
1 parent 498e5cd commit 7b5cf6e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

  • tests/openedx_learning/apps/authoring/subsections

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
Entry = authoring_api.SubsectionListEntry
1717

1818

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

0 commit comments

Comments
 (0)