Skip to content

Commit

Permalink
docs: show inherited members from base of test result classes
Browse files Browse the repository at this point in the history
  • Loading branch information
vytas7 committed Oct 6, 2024
1 parent 33bcd9d commit 324154d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_newsfragments/2325.newandimproved.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
The :class:`~CORSMiddleware` now properly handles the missing ``Allow``
The :class:`~falcon.CORSMiddleware` now properly handles the missing ``Allow``
header case, by denying the preflight CORS request.
The static file route has been updated to properly support CORS preflight,
by allowing ``GET`` requests.
2 changes: 2 additions & 0 deletions docs/api/testing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ Main Interface
:members:
.. autoclass:: Result
:members:
:inherited-members:
.. autoclass:: StreamedResult
:members:
:inherited-members:
.. autoclass:: ResultBodyStream
:members:
.. autoclass:: ASGIWebSocketSimulator
Expand Down

0 comments on commit 324154d

Please sign in to comment.