splunk/contentctl

Add validation which enforces the presence of an exception when status is `ERROR`

cmcginley-splunk opened this issue · 0 comments

  • In BaseTestResult we track the status and the exception (which may be None)
  • A validator should ensure that exception is not None when we have a status of ERROR