This repository has been archived by the owner on Apr 7, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 165
[1LP][RFR]Implement test_add_second_provider #9848
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mmojzis
force-pushed
the
test_add_second_provider
branch
from
January 20, 2020 14:20
c757e0d
to
c6621b9
Compare
mmojzis
changed the title
[WIPTEST]Implement test_add_second_provider
[RFT]Implement test_add_second_provider
Jan 29, 2020
mmojzis
changed the title
[RFT]Implement test_add_second_provider
[RFR]Implement test_add_second_provider
Jan 29, 2020
john-dupuy
suggested changes
Jan 30, 2020
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 this PR, I just have one comment about adding an assertion or two the test.
john-dupuy
suggested changes
Jan 30, 2020
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 this PR, I just have one comment about adding an assertion or two the test.
john-dupuy
changed the title
[RFR]Implement test_add_second_provider
[WIPTEST]Implement test_add_second_provider
Jan 30, 2020
mmojzis
force-pushed
the
test_add_second_provider
branch
from
January 31, 2020 15:31
c6621b9
to
0e577d5
Compare
mmojzis
changed the title
[WIPTEST]Implement test_add_second_provider
[RFR]Implement test_add_second_provider
Jan 31, 2020
john-dupuy
approved these changes
Jan 31, 2020
john-dupuy
changed the title
[RFR]Implement test_add_second_provider
[1LP][RFR]Implement test_add_second_provider
Jan 31, 2020
mmojzis
force-pushed
the
test_add_second_provider
branch
3 times, most recently
from
January 31, 2020 15:37
9bd9c33
to
e3550bb
Compare
mmojzis
changed the title
[1LP][RFR]Implement test_add_second_provider
[1LP][WIPTEST]Implement test_add_second_provider
Jan 31, 2020
mshriver
reviewed
Jan 31, 2020
mmojzis
changed the title
[1LP][WIPTEST]Implement test_add_second_provider
[1LP][RFR]Implement test_add_second_provider
Jan 31, 2020
mmojzis
changed the title
[1LP][RFR]Implement test_add_second_provider
[1LP][WIPTEST]Implement test_add_second_provider
Jan 31, 2020
mshriver
suggested changes
Jan 31, 2020
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.
Need to use deepcopy, otherwise the original provider instance gets modified, which will impact any other tests collected in the session.
dajoRH
changed the title
[1LP][WIPTEST]Implement test_add_second_provider
[1LP][WIP]Implement test_add_second_provider
Feb 7, 2020
mmojzis
force-pushed
the
test_add_second_provider
branch
from
February 10, 2020 19:43
e3550bb
to
afde4dc
Compare
mmojzis
changed the title
[1LP][WIP]Implement test_add_second_provider
[1LP][WIPTEST]Implement test_add_second_provider
Feb 10, 2020
mmojzis
changed the title
[1LP][WIPTEST]Implement test_add_second_provider
[1LP][RFR]Implement test_add_second_provider
Feb 10, 2020
mshriver
approved these changes
Feb 14, 2020
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
{{ pytest: -k "test_add_second_provider" -v }}