Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix overloads and unlock mypy on tests #694

Merged
merged 1 commit into from
Nov 14, 2023

Conversation

beliaev-maksim
Copy link
Collaborator

  • added typing in tests
  • reverted overloads for activate
  • Fix matchers typing
  • Added status and body attributes to BaseResponse

closes #692

@beliaev-maksim beliaev-maksim marked this pull request as draft November 14, 2023 11:20
* reverted overloads for activate
* Fix matchers typing
* Added status and body attributes to BaseResponse
@beliaev-maksim beliaev-maksim marked this pull request as ready for review November 14, 2023 11:24
Copy link

codecov bot commented Nov 14, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (c46cb06) 99.50% compared to head (6a492e8) 99.50%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #694   +/-   ##
=======================================
  Coverage   99.50%   99.50%           
=======================================
  Files           9        9           
  Lines        3044     3053    +9     
=======================================
+ Hits         3029     3038    +9     
  Misses         15       15           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@markstory markstory merged commit 939562f into getsentry:master Nov 14, 2023
14 checks passed
@beliaev-maksim beliaev-maksim deleted the fix_typing branch November 14, 2023 22:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[0.24.0 regression] @overloads of responses.activate need to be restored too
2 participants