~ubuntu-branches/debian/squeeze/nose/squeeze

« back to all changes in this revision

Viewing changes to functional_tests/doc_tests/test_issue142/support/errorclass_failing_test.py

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Marek
  • Date: 2008-06-12 13:39:43 UTC
  • mto: (1.1.5 upstream)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20080612133943-e5s4muhk60y249y9
Tags: upstream-0.10.3
ImportĀ upstreamĀ versionĀ 0.10.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
from errorclass_failure_plugin import Todo
 
2
 
 
3
def test_todo():
 
4
    raise Todo("fix me")
 
5
 
 
6
def test_2():
 
7
    pass