-
Notifications
You must be signed in to change notification settings - Fork 418
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: avoid package name collision with inPackage (#291) #422
Fix: avoid package name collision with inPackage (#291) #422
Conversation
Can we get this PR reviewed, please? Thanks! |
same here, would be great, thankyousomuchplease |
@LandonTClipp What's the status of this ? Any reason this isn't being moved forward with ? |
@i-sevostyanov @strideynet sorry for the delay, life gets in the way sometimes, I'm trying to work through a backlog of stuff. Can you write in the description more succinctly what the solution to the original problem is? This is just to aid me so I can know better what I'm looking at. |
I think this issue describes the problem in detail: Invalid mock generated with the same package names 🤓 |
@LandonTClipp I would appreciate if you could look over this request and merge it with master. I’ll be waiting for that. Thanks |
We're currently working around this with some |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR, just a few minor comments and we can get this merged.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
Codecov Report
@@ Coverage Diff @@
## master #422 +/- ##
==========================================
+ Coverage 70.72% 70.99% +0.27%
==========================================
Files 7 7
Lines 1291 1293 +2
==========================================
+ Hits 913 918 +5
+ Misses 325 321 -4
- Partials 53 54 +1
Continue to review full report at Codecov.
|
@i-sevostyanov sorry one more thing :) the coverage report is showing some missing coverage. https://app.codecov.io/gh/vektra/mockery/compare/422/changes Could you add tests for the cases that are missing? PRs generally should be increasing coverage, as a matter of principle. |
Done 🤓 |
Fixes #291.
Tired of waiting, so I copied everything from #402, sorry.