Skip to content

Instantly share code, notes, and snippets.

@prampcontent
Last active April 24, 2018 18:29
Show Gist options
  • Save prampcontent/790d66cc2fdadcfd33b13d35bade1494 to your computer and use it in GitHub Desktop.
Save prampcontent/790d66cc2fdadcfd33b13d35bade1494 to your computer and use it in GitHub Desktop.
tests = [
(input, expected-output),
. . .
]
for (test in tests) {
print “input: { test[0] }, expected output: { test[1] }, actual output: { doThing(test[0]) }”
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment