Split the datagrid unit tests into per-suite modules.
Review Request #13359 — Created Oct. 22, 2023 and submitted
The
reviewboard.datagrids
unit tests were all contained in a single
largetests.py
. Some work is being done to audit and optimize queries
for the datagrid, which will significantly grow this test suite.To prepare for that work, this change splits up the test suite into a
file for each tested datagrid and for each tested column.No code changes have been made to the test suites, with the exception
that two suites were merged together, as they were testing the same
datagrid.
Unit tests pass.
Summary | ID |
---|---|
09b82e1e6812fca050a793ef344dfada16693a03 |
- Change Summary:
-
- Removed unused imports.
- Description:
-
The
reviewboard.datagrids
unit tests were all contained in a singlelarge tests.py
. Some work is being done to audit and optimize queriesfor the datagrid, which will significantly grow this test suite. To prepare for that work, this change splits up the test suite into a
file for each tested datagrid and for each tested column. ~ No code changes have been made to the test suites.
~ No code changes have been made to the test suites, with the exception
+ that two suites were merged together, as they were testing the same + datagrid. - Commits:
-
Summary ID 917b39fd65e62cc6d072edd78b48b32bf3c8d62b 09b82e1e6812fca050a793ef344dfada16693a03 - Diff:
-
Revision 2 (+7676 -7460)