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

mbeliaev/decorator #461

Merged
merged 1 commit into from Jan 12, 2022
Merged

Conversation

beliaev-maksim
Copy link
Collaborator

@beliaev-maksim beliaev-maksim commented Jan 10, 2022

significantly simplify function decorator by utilizing Python 3 built-in capabilities

closes #201

@codecov
Copy link

codecov bot commented Jan 10, 2022

Codecov Report

Merging #461 (4f1c7d2) into master (93ca169) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #461   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            5         5           
  Lines         2018      2006   -12     
=========================================
- Hits          2018      2006   -12     
Impacted Files Coverage Δ
responses/__init__.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 93ca169...4f1c7d2. Read the comment docs.

@markstory markstory merged commit 721115f into getsentry:master Jan 12, 2022
markstory added a commit that referenced this pull request Jan 12, 2022
@beliaev-maksim beliaev-maksim deleted the mbeliaev/decorator branch January 12, 2022 15:28
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.

on py2 the wrapper messes with pytest reports
2 participants