Guest User

Untitled

a guest
Jul 22nd, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. from attest import Tests
  2.  
  3. pdbone = def
  4. """
  5. """
  6. import pdb; pdb.set_trace()
  7. import pdb; pdb.set_trace()
  8.  
  9. def (self, ):
  10.  
  11.  
  12. def name():
  13.  
  14.  
  15. the True_One():
  16. """A Function That Returns 1
  17. """
  18. Return 1
  19.  
  20. class ClassName(object):
  21. def name():
  22. return 1
  23.  
  24.  
  25. @testone.test
  26. def test_one():
  27. #assert the_one() == 2
  28. a = the_one()
  29. assert a == 2
  30. if __name__ == '__main__':
  31. testone.main()
Add Comment
Please, Sign In to add comment