Commit e1519ce0 by Bill DeRusha Committed by Bill DeRusha

Add comments to publisher tests/test_context_processor.py

parent ac5ae273
......@@ -11,6 +11,7 @@ class PublisherContextProcessorTests(TestCase):
""" Tests for publisher.context_processors.publisher """
def test_publisher(self):
""" Validate that publisher context processor returns expected result. """
request = RequestFactory().get('/')
request.user = UserFactory()
self.assertDictEqual(
......
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