-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Add unit tests for egg_info_matches #5821
Conversation
f7898ab
to
a479d5d
Compare
It’s up to you. Just thought I’d let you know in case you weren’t aware.
…On Thu, Sep 27, 2018 at 9:14 PM Tzu-ping Chung ***@***.***> wrote:
***@***.**** commented on this pull request.
------------------------------
In tests/unit/test_index.py
<#5821 (comment)>:
> @@ -154,3 +154,33 @@ def test_get_formatted_locations_basic_auth():
result = finder.get_formatted_locations()
assert 'user' not in result and 'pass' not in result
+
+
***@***.***(
+ ("egg_info", "search_name", "expected"),
I wrote it this way to match the style of test_filename above. I’m happy
to oblige if this is not a preferred style :)
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#5821 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAVt7rvlJYGwArcAb0XGp3z61tAWW8kgks5ufaJBgaJpZM4W9B3r>
.
|
Hello! I am an automated bot and I have noticed that this pull request is not currently able to be merged. If you are able to either merge the |
a479d5d
to
00c043d
Compare
@cjerdonek's first merge. 🎉 |
Yes, thanks! 🍻 I figured I'd start with some tests. :) |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
For the bug fix part of #5819.