-
Notifications
You must be signed in to change notification settings - Fork 61
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
Clean up utils #692
base: master
Are you sure you want to change the base?
Clean up utils #692
Conversation
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.
looks like nice clean-up to me
import testing.postgresql | ||
|
||
|
||
def test_save_experiment_and_get_hash(): |
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.
unclear to me how much of this is being moved around – (all of it?) – versus new code; so, keep that in mind.
but, for one, any reason not to use the fixtures, e.g. db_engine
?
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.
all of it's being moved around. These mostly predate the fixtures, so they can be refactored but that wasn't the focus of this PR.
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.
Yep, I figured 👍
This is @thcrock's PR. He can do what he likes with it!