~launchpad/zope.testing/3.9.4-p4

« back to all changes in this revision

Viewing changes to src/zope/testing/testrunner/testrunner-ex/sample3/set_trace5.txt

  • Committer: Maris Fogels
  • Date: 2010-06-04 14:58:44 UTC
  • Revision ID: maris.fogels@canonical.com-20100604145844-mb48c1ig9gty2kao
Initial import of zope.testing's 3.9.4 SVN tag

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
    >>> x = 1
 
2
    >>> if 1:
 
3
    ...     import pdb; pdb.set_trace()
 
4
    ...     y = x