#3440 closed defect (fixed)

Add a general web rendering helper to the test suite helpers

Reported by: exarkun Owned by: exarkun
Priority: normal Milestone: undecided
Component: unknown Version: n/a
Keywords: Cc:
Launchpad Bug:

Description

There's a renderer nested inside a TestCase? in test_web.py. It would be nice if this functionality were more generally available in the test suite. This could encourage more narrowly focused testing (as opposed to the integration-style tests that are often used).

Change History (1)

comment:1 Changed at 2020-09-24T19:29:36Z by GitHub <noreply@…>

  • Resolution set to fixed
  • Status changed from new to closed

In 0f8cb7a/trunk:

Merge pull request #828 from tahoe-lafs/3440.render-helper

Make the render test helper generally useful

Fixes: ticket:3440

Note: See TracTickets for help on using tickets.