Advertisement
Guest User

Untitled

a guest
Oct 8th, 2015
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. filename = "likeactivity.json"
  2.  
  3. script = sys.argv[1] # or whatever
  4.  
  5. output = exec(script, filename)
  6.  
  7. if output == "LikeActivity"
  8. testPassed()
  9. else
  10. testFailed()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement