-
Notifications
You must be signed in to change notification settings - Fork 19
PXP-9266 Split SSL and isolation level tests #364
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
Conversation
|
The style in this PR agrees with This formatting comment was generated automatically by a script in uc-cdis/wool. |
johnfrancismccann
left a comment
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.
This is awesome! My only suggestion would be to use shared helper functions to reduce code duplication of the functional tests if possible (e.g. a helper for the four definitions of test_post_example_entities_together).
|
@johnfrancismccann we could do that, but most sheepdog tests are duplicated in |
d7e326e to
84aeb7d
Compare
|
|
||
|
|
||
| def test_post_example_entities_together(client, pg_driver, cgci_blgsp, submitter): | ||
| def do_test_post_example_entities_together(client, submitter): |
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.
not importing it from datadict because the datadictwithobjid test data might be different
Jira Ticket: PXP-9266
Improvements
pg_driverfixture were ran 12 times