Guest User

Untitled

a guest
Apr 27th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. def foo():
  2. warnings.warn('Some warning')
  3.  
  4.  
  5. def test_1():
  6. try:
  7. foo()
  8. except Exception:
  9. processErrors()
Add Comment
Please, Sign In to add comment