Skip to content

Instantly share code, notes, and snippets.

@pelme
Created July 22, 2013 16:03
Show Gist options
  • Save pelme/08571132a677485c7e23 to your computer and use it in GitHub Desktop.
Save pelme/08571132a677485c7e23 to your computer and use it in GitHub Desktop.
def test_foo(stub):
stub.returns(foo, bar=1234)
assert foo.bar() == 1234
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment