Maxim Khutornenko created AURORA-248:
----------------------------------------
Summary: Use Mock with specs in client tests
Key: AURORA-248
URL: https://issues.apache.org/jira/browse/AURORA-248
Project: Aurora
Issue Type: Bug
Components: Client
Reporter: Maxim Khutornenko
While investigating AURORA-247, figured out that none of our tests is capable
of catching unknown options due to spec-less way options are mocked. Use
Mock(spec=['option1', 'option2', ...]) instead of Mock() everywhere in client
tests to prevent issues like AURORA-247.
--
This message was sent by Atlassian JIRA
(v6.2#6252)