fix "Tests leave key in keyring", #1215#1584
Conversation
borgbase#1215 solved removed key from keyring
|
Thanks for the contribution! I don't think this is what you want. It just breaks sorting keyrings. To remove saved passwords after testing, you'll want to adjust our tests here: https://github.com/borgbase/vorta/tree/master/tests Pytest fixtures can probably be used to make a helper that cleans up after itself. Maybe this was already solved elsewhere. You'll also want to run our tests before opening a PR. They should all pass. This includes code formatting and functiona l tests. Any other questions, we're here to help. |
|
I am newbie to contribution I don't know how to contribute . Can you tell
me ?
I have good commands in Python and C++
with strong grasp in data structures and algorithms.
Can you suggest me few tips ...?
…On Mon, Feb 6, 2023, 4:51 PM Manu ***@***.***> wrote:
Thanks for the contribution!
I don't think this is what you want. It just breaks sorting keyrings.
To remove saved passwords after testing, you'll want to adjust our tests
here: https://github.com/borgbase/vorta/tree/master/tests
Pytest fixtures can probably be used to make a helper that cleans up after
itself. Maybe this was already solved elsewhere.
You'll also want to run our tests before opening a PR. They should all
pass. This includes code formatting and functiona l tests.
Any other questions, we're here to help.
—
Reply to this email directly, view it on GitHub
<#1584 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AW2OBFHVDKLQIRB4EW5ID2DWWDNCFANCNFSM6AAAAAAUSQ2JH4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Are you familiar with the basics of using git? I would start with adding a |
|
Closing in favor of #1639 |
#1215 solved
removed key from keyring