~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/bugs/doc/externalbugtracker.txt

  • Committer: Robert Collins
  • Date: 2011-10-17 07:58:30 UTC
  • mto: This revision was merged to the branch mainline in revision 14213.
  • Revision ID: robertc@robertcollins.net-20111017075830-ltysmkm13s5y3tqg
Give CaptureOops a better home and a focused test.

Show diffs side-by-side

added added

removed removed

Lines of Context:
733
733
interested in it. Again, the watch's lastchecked field will also be
734
734
updated.
735
735
 
736
 
    >>> from lp.testing import CaptureOops
 
736
    >>> from lp.testing.fixture import CaptureOops
737
737
    >>> capture = CaptureOops()
738
738
    >>> capture.setUp()
739
739