Split reviewboard.extensions.tests into multiple test modules.

Review Request #11637 — Created May 29, 2021 and submitted

chipx86
Review Board
release-3.0.x
reviewboard

This test suite had grown too big to manage, and a lot of the testing
patterns being used are far from ideal. With more work on the horizon,
we want to split this up and make it easier to maintain a test suite.

This change simply splits the tests.py into a series of test_*.py
files. No logic or documentation has been changed, though module-level
docstrings were added. Cleanup would happen in another change.

Unit tests passed.

Summary
Split reviewboard.extensions.tests into multiple test modules.
Description From Last Updated

E501 line too long (81 > 79 characters)

reviewbotreviewbot

E501 line too long (81 > 79 characters)

reviewbotreviewbot

W391 blank line at end of file

reviewbotreviewbot
Checks run (1 failed, 1 succeeded)
flake8 failed.
JSHint passed.

flake8

david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-3.0.x (bd54043)
Loading...