Guest User

Untitled

a guest
Aug 16th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. from foo import Foo
  2. from nose.tools import assert_equal
  3.  
  4. describe "the Foo class":
  5.  
  6. it "has a bar method that always returns True":
  7. my_module = Foo()
  8. assert my_module.bar
Add Comment
Please, Sign In to add comment