Opened at 2021-08-09T23:06:32Z
Closed at 2021-12-02T13:58:20Z
#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
Note: See
TracTickets for help on using
tickets.
In 531fe30b/trunk: