/functional_tests/doc_tests/test_allmodules/support/mod.py

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

  1. def test():
  2. pass
  3. def test_fails():
  4. assert False, "This test fails"