#3758 closed defect (fixed)

Refactor test_grid, test_logs and test_root in web module tests to use a single base test case class.

Reported by: fenn-cs Owned by: GitHub <noreply@…>
Priority: normal Milestone: undecided
Component: unknown Version: n/a
Keywords: Cc:
Launchpad Bug:

Description

Following ticket #3757, this ticket is about ensuring consistent use of one base test class in the web module rather than switching between unittest.TestCase and testools.TestCase extended in SyncTestCase and AsyncTestCase

See :

  • src/allmydata/test/web/test_grid.py
  • src/allmydata/test/web/test_logs.py
  • src/allmydata/test/web/test_root.py

Change History (1)

comment:1 Changed at 2021-12-02T13:58:20Z by GitHub <noreply@…>

  • Owner set to GitHub <noreply@…>
  • Resolution set to fixed
  • Status changed from new to closed

In 531fe30b/trunk:

Merge pull request #1104 from Fenn-CS/3758.refactor.web-tests-grid-logs-root

3758: Refactored test_logs, test_grid, test_root to be consistent with base testcases

Fixes: ticket:3758

Note: See TracTickets for help on using tickets.