Switch Review Board over to django_assert_queries.
Review Request #14604 — Created Sept. 10, 2025 and submitted
A while back, we broke out our
assertQueries()functionality into a
library calleddjango_assert_queries. The old names were kept, but
with a deprecation warning. This change moves us over to using the new
library directly for Review Board code.
Ran unit tests.
- Description:
-
A while back, we broke out our
assertQueries()functionality into alibrary called django_assert_queries. The old names were kept, butwith a deprecation warning. This change moves us over to using the new library directly for Review Board code. - - Testing Done:
- Ran unit tests. - Testing Done:
-
+ Ran unit tests.