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

Revert "refactor: Move registry.get_methods() call to separate method, to all…" #643

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

last-partizan
Copy link
Contributor

Reverts #535

This worked fine for simpler cases, but in the end turned out to be useless.

We instead decided to monkey-patch MethodRegistry, and filter choices there, because everything already uses registry.get_methods.

@codecov
Copy link

codecov bot commented Aug 9, 2023

Codecov Report

Merging #643 (4f63a0e) into master (19e02f5) will decrease coverage by 0.01%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #643      +/-   ##
==========================================
- Coverage   95.47%   95.47%   -0.01%     
==========================================
  Files          75       75              
  Lines        3204     3202       -2     
  Branches      359      359              
==========================================
- Hits         3059     3057       -2     
  Misses        116      116              
  Partials       29       29              
Files Changed Coverage Δ
two_factor/views/core.py 96.67% <100.00%> (-0.02%) ⬇️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

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.

None yet

1 participant