-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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 docstring duplication error issue #2054 #2080
fix docstring duplication error issue #2054 #2080
Conversation
hey @bubbomb - can you rebase this onto This looks really great so far! I saw your issue comment about adding tests. What do you think about adding a new test case for a sample project with two identically named docs block? You can add a new test class like this one: And a new directory like this one (eg. I can kick off the test suite once some tests are added here :) |
thanks @drewbanin this is exactly what I was looking for. I messed around with a few other tests for a while but couldn't get things to work quite the way I wanted to. I'll give this a shot and let you know. |
Would you like me to close this PR and submit a new PR to the dev/barbara-gittings branch? |
It's up to you! You can totally do that, or if you're comfortable enough with git, you can also rebase your commits onto the latest I think that might look something like
If that becomes a big mess, you can certainly feel free to open a new PR for a branch off of |
It looks like there are still some stray commits in here. If you'd prefer, please feel free to close this one and open up another PR for your change :) |
Yea, that was a little odd. I just saw that too. No worries though I updated it. Will this work or do you want me to open a new PR? |
Hey @bubbomb, this PR looks great! The new test is failing, I believe you need the commented out |
@beckjake crud... I must have left that commented out after messing around with a few things. I'll get a fix up for it. |
@bubbomb can you mark this PR as "ready for review" if it's ready to merge? Thanks! |
Thanks so much for your contribution @bubbomb! This will get in to |
@beckjake @drewbanin no problem you guys were great to work with! |
This commit fixes the issue #2054