No successful run was found on main (40a8bd1) during the generation of this report, so 118660f was used instead as the comparison base. There might be some changes unrelated to this pull request in this report.
fix: some formatting & linting issues
* update _normalize_endpoint to handle None and empty strings too
7d78f93
23 days ago
by thePromger
-0.01%
refactor: simplify route matching logic and update normalization rules
5d6011b
23 days ago
by thePromger
-46.6%
test: enhance authentication tests for endpoint consistency
* using _normalized_endpoint in subRouter correct way, after doing changes in function
b7b62cb
22 days ago
by thePromger
-0.18%
fix: update endpoint normalization to handle empty strings and slashes
* Improved test cases, which checks request url after successful response, to confirm whether request goes to correct endpoint & internal routing works for trailing slashes
a5ecfe8
20 days ago
by thePromger
+27.45%
feat: enhance authentication tests, docs & and improve endpoint normalization
* Added documentation for middleware.
* Fixed formatting & linting issues.
* Completed the TODO in line 127, by log warning if openAPI config file not found.
* Created new tests funcs for trailing slash endpoints.
5a1983a
20 days ago
by thePromger
+19.43%
feat: refactoring endpoint normalizing code, to avoid logical bugs