Imported Upstream version 1.1.2
[platform/upstream/python-nose.git] / functional_tests / doc_tests / test_allmodules / support / mod.py
1 def test():
2     pass
3
4 def test_fails():
5     assert False, "This test fails"