-
Notifications
You must be signed in to change notification settings - Fork 270
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
Enhancement for detected path parameter name when using lookup_url_kwarg #524
Enhancement for detected path parameter name when using lookup_url_kwarg #524
Conversation
Codecov Report
@@ Coverage Diff @@
## master #524 +/- ##
==========================================
+ Coverage 98.62% 98.74% +0.11%
==========================================
Files 58 58
Lines 5951 6352 +401
==========================================
+ Hits 5869 6272 +403
+ Misses 82 80 -2
Continue to review full report at Codecov.
|
hey @spookylukey, does this change really make a difference for you? i took your test change without the change to also fyi: i still need to adapt the |
I'm not bothered about this PR getting merged at all, it was just a reply to your previous comments. The only question is whether That said, I'm probably going to address this in my case using some post processing, which will be more reliable for my case. |
sry, i should have formulated that more clearly. i was trying to say that your change always has exactly the same outcome as compared to the current version. it's basically rearranging the variable, but the code does exactly the same. it took me a second to realize that. because of that your added test case works with and without your "variable" change obviously. what i actually wanted to know is whether we missed a case that is not covered here. the EDIT: had to fix my last paragraph as i used the wrong words. |
OK, what happened was that I originally did this branch starting somewhere else, perhaps based on top of my old branch, in which the test did fail without my additional changes (I was careful to do it test driven etc.) However, since some other commits, probably your merge commit or 386346b my changes became redundant, but I didn't notice this when rebasing, and I didn't properly understand your previous comment. Sorry for the noise! |
no worries! just wanted to make sure we covered all cases and didn't miss anything. glad this is now working for you. |
Follow up from #509 (comment)