/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
- def test():
- pass
- def test_fails():
- assert False, "This test fails"