Fix BaseCIIntegrationTests to call superclass methods.

Review Request #14847 — Created Feb. 24, 2026 and submitted

Information

rbintegrations
master

Reviewers

The BaseCIIntegrationTests class implemented setUpClass and
tearDownClass, but these did not call the super methods. Now that said
super methods are (correctly) responsible for initializing class-level
fixtures, this caused tests to break when running against Review Board
7.1.

Ran unit tests.

Summary ID
Fix BaseCIIntegrationTests to call superclass methods.
The BaseCIIntegrationTests class implemented `setUpClass` and `tearDownClass`, but these did not call the super methods. Now that said super methods are (correctly) responsible for initializing class-level fixtures, this caused tests to break when running against Review Board 7.1. Testing Done: Ran unit tests.
mxlrmnnqqlllwznkqqrpptkvommoyyny
maubin
  1. Ship It!
  2. 
      
david
Review request changed
Status:
Completed
Change Summary:
Pushed to release-4.x (1ecdc6c)