Skip to content

Instantly share code, notes, and snippets.

@fowlmouth
Created December 5, 2013 13:35
Show Gist options
  • Save fowlmouth/7805216 to your computer and use it in GitHub Desktop.
Save fowlmouth/7805216 to your computer and use it in GitHub Desktop.
import unittest
suite "test":
setup:
var i = 42
test "i is 42":
check:
i == 42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment