/functional_tests/support/issue130/test.py

https://bitbucket.org/jpellerin/nose/ · Python · 5 lines · 4 code · 1 blank · 0 comment · 0 complexity · e960fcc210318ceb6a61df68f1c304a6 MD5 · raw file

  1. def setup():
  2. raise "KABOOM"
  3. def test_foo():
  4. assert(1==1)