Commit 20782f04 by cahrens

Mark UnitPublishingTest as a test.

parent d223e5ba
...@@ -375,6 +375,8 @@ class UnitPublishingTest(ContainerBase): ...@@ -375,6 +375,8 @@ class UnitPublishingTest(ContainerBase):
""" """
Tests of the publishing control and related widgets on the Unit page. Tests of the publishing control and related widgets on the Unit page.
""" """
__test__ = True
PUBLISHED_STATUS = "Publishing Status\nPublished" PUBLISHED_STATUS = "Publishing Status\nPublished"
DRAFT_STATUS = "Publishing Status\nDraft (Unpublished changes)" DRAFT_STATUS = "Publishing Status\nDraft (Unpublished changes)"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment