~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/testing/tests/test_testcase.py

  • 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:
51
51
 
52
52
 
53
53
class TestCaptureOops(TestCaseWithFactory):
 
54
    # Note that this tests the testcase specific functionality; see
 
55
    # test_fixture for tests of the CaptureOops fixture.
54
56
 
55
57
    layer = FunctionalLayer
56
58