Skip to content

Instantly share code, notes, and snippets.

@thisfred
Created August 27, 2015 22:02
Show Gist options
  • Save thisfred/fe60950be26e1fd27ac2 to your computer and use it in GitHub Desktop.
Save thisfred/fe60950be26e1fd27ac2 to your computer and use it in GitHub Desktop.
from mymodule import my_add
def test_adds_up_correctly():
assert my_add(2, 2) == 4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment