Add url_name parameter to TestCase.create_http_request

Review Request #12823 — Created Feb. 3, 2023 and submitted — Latest diff uploaded

Information

Review Board
release-6.x

Reviewers

In order to be able to use create_http_request for tests related to
URL names (for example, extensions or actions that use apply_to), we
need to set the URL name on the ResolverMatch. This adds a parameter
to the test helper to let us set that.

This also fixes up usage with local sites, where we were setting
Request.local_site but not Request._local_site_name.

Testing Done:
Used in conjunction with other changes.

More testcase

Used in conjunction with other changes.

Diff Revision 3 (Latest)

orig
1
2
3

Commits

First Last Summary ID Author
Add url_name parameter to TestCase.create_http_request
In order to be able to use `create_http_request` for tests related to URL names (for example, extensions or actions that use `apply_to`), we need to set the URL name on the `ResolverMatch`. This adds a parameter to the test helper to let us set that. This also fixes up usage with local sites, where we were setting `Request.local_site` but not `Request._local_site_name`. Testing Done: Used in conjunction with other changes. More testcase
95a68647b6f5dc2b0023bd1e60f9b323351aae97 David Trowbridge
reviewboard/testing/testcase.py
Loading...