Commit a0d0c22c by Ben Patterson

quality fix.

parent b53c419b
......@@ -244,6 +244,12 @@ class TestCollectAssets(PaverTestCase):
self.assertEqual(self.task_messages, expected_messages)
def _set_expected_messages(self, log_location, systems):
"""
Returns a list of messages that are expected to be sent from paver
to the commandline for collectstatic functions. This list is constructed
based on the log location and systems being passed in.
"""
expected_messages = []
for sys in systems:
expected_messages.append(
......
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