Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

A new option “mom_on_server” is added to requirement decorator for test requirement “mom should be on server”. If test requirement is mom should be on server then (“mom_on_server” = True) else (“mom_on_server” = False)and Default value is False means it doesn’t affect wherever mom is.

Tests skip with message “mom on server” if requirement doesn’t match.

...