Skip to content

Instantly share code, notes, and snippets.

@cjeon
Created February 9, 2021 00:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cjeon/4b4f4881c4593bfc46516595e90dad40 to your computer and use it in GitHub Desktop.
Save cjeon/4b4f4881c4593bfc46516595e90dad40 to your computer and use it in GitHub Desktop.
success = testMatrix["outcomeSummary"] == "SUCCESS"
if success:
print("Test SUCCESS!")
else:
print("Test FAILED!")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment