Split reviews/tests.py into multiple test files.

Review Request #8359 — Created Aug. 28, 2016 and submitted

Information

Review Board
release-3.0.x
46dafc9...

Reviewers

The reviews/tests.py file was getting large, and an upcoming change was
about to increase the size considerably. Along with this, it's become a
bit cluttered and disorganized in places. This all makes it harder for
new contributors (and us old-timers) to contribute new unit tests in a
consistent way.

This change is the first in a series that will clean up these unit
tests. This change simply splits the tests.py file into a handful of
individual files, based on the area of responsibility.

The code has simply moved in this change, without modern code standards
being applied. This is intentional, to help with backporting to other
branches. Future changes will clean up the test suite.

Unit tests pass.

Description From Last Updated

Typo in description: "handul"

daviddavid
david
  1. 
      
  2. Show all issues

    Typo in description: "handul"

    1. handful
      noun

      1. a quantity that fills the hand so completely that you can't reach the "f" key.
    2. "handul," I mean.

      Damnit.

  3. 
      
chipx86
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-3.0.x (93be45d)
Loading...