Add hint of Issue #478 to error text #2081
Add hint of Issue #478 to error text #2081DuncanBetts wants to merge 0 commit intopytest-dev:masterfrom
Conversation
Congrats on your first PR! 🎈 The fix looks good! Could you also add yourself to Thanks! |
| `@nedbat`_. | ||
|
|
||
| * | ||
| * Add hint to error message hinting possible missing __init__.py (`#478`_). Thanks `@DuncanBetts`_. |
There was a problem hiding this comment.
You need to add the actual link to your user, see the lines below for @nedbad_:
.. _@DuncanBetts: https://github.com/DuncanBetts
(Add it before nedbat's to keep the list sorted)
There was a problem hiding this comment.
Ok. Am about to eat so will do tomorrow now. Thanks :).
|
I committed the AUTHORS and CHANGELOG in a separate commit, and then ran interactive rebase and fixed up/squashed the new commit into the old commit, which has changed the SHA I believe. When I tried to push I was behind HEAD, pull resulted in a 3 way merge. I think I did the right thing? |
Yes no problem. If you want to avoid the merge, use |
RonnyPfannschmidt
left a comment
There was a problem hiding this comment.
lovely, we can merge after the text fixup 👍
|
I followed your advice @nicoddemus, it still triggered a fresh three way merge and there's an extra line in the CHANGELOG as a result. |
|
Hmm that's strange, it should have applied cleanly. Here are the steps in case they were not clear from my previous explanation:
If you get a conflict somewhere, fix the conflict by following the instructions from git. (Sorry if I'm stating the obvious, I don't know your level of expertise on git 😁 ) |
[ master ] Target: for bug or doc fixes, target
master; for new features, targetfeatures;[ Not Done Yet ] Add yourself to
AUTHORS[ Not Done Yet ] Add a new entry to
CHANGELOG.rstRST Formatted, as requested:
Issue 478 <https://github.com/pytest-dev/pytest/issues/478>[Issue 478] (#478)
I have implemented enkore's suggestion.
Feedback, suggestions, and rejection, all welcome! This is my first pull request 🎉.
Thanks @DuncanBetts for the PR (https://github.com/DuncanBetts).