falconry / falcon

The no-magic web data plane API and microservices framework for Python developers, with a focus on reliability, correctness, and performance at scale.
https://falcon.readthedocs.io/en/stable/
Apache License 2.0
9.51k stars 937 forks source link

refactor(e2e-tests): improve typing of E2E tests server code #2266

Closed vytas7 closed 1 month ago

vytas7 commented 1 month ago

Together with __all__ changes (#2265), e2e-tests/server/ now passes mypy type checking with --strict. However, there are still two type: ignores for App's lack of typing, and improper typing of Response.status -- both we ought address before shipping 4.0.

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (e11fc86) to head (ddec64f).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2266 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 63 63 Lines 7122 7124 +2 Branches 1260 1260 ========================================= + Hits 7122 7124 +2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.