-
-
Notifications
You must be signed in to change notification settings - Fork 948
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(testing): clean up the docs, tests and notes before merging
- Loading branch information
Showing
2 changed files
with
11 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,5 @@ | ||
:py:func:`falcon.testing.helpers.create_scope` preserves the raw_path. This is to keep consistency with `#2159 <https://github.com/falconry/falcon/pull/2159>`_ | ||
Similar to :func:`~falcon.testing.create_environ`, | ||
the :func:`~falcon.testing.create_scope` testing helper now preserves the raw URI path, | ||
and propagates it to the created ASGI connection scope as the ``raw_path`` byte string | ||
(according to the `ASGI specification | ||
<https://asgi.readthedocs.io/en/latest/specs/www.html#http-connection-scope>`__). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters