Move the old access policy tests into their modern test suites.

Review Request #10648 — Created July 26, 2019 and submitted — Latest diff uploaded

Information

Review Board
release-3.0.x
2b76faf...

Reviewers

One of the older sets of unit tests we had was the "policy" tests, which
checked the .accessible() methods on some managers and
.is_accessible_by() methods on some models. These covered Group,
Repository, and ReviewRequest models (and managers), but weren't
part of theor respective test suites.

This gets rid of the old policy test suite, modernizes/cleans up the
tests, and moves them into the proper test suites. This enhances test
coverage and prepares for some upcoming unit tests to refine behavior
and fix bugs.

Unit tests pass.

    Loading...