-
-
Notifications
You must be signed in to change notification settings - Fork 349
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
Replace deprecated yaml.safe_load / simplify paths #1049
Conversation
Fixed a couple of |
ac818e4
to
7f58c26
Compare
f5a31e9
to
59752c6
Compare
Ended up removing references to |
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 taking this on @ischoegl, I've been wanting to switch more stuff to pathlib
for a while!
@bryanwweber ... replacing the remaining path strings created some more churn (as expected), but now everything is consistent. |
Also: * introduce module constant utilities.TEST_DATA_PATH * update tests/__init__.py
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.
Just a few minor changes from the updates. Thanks again @ischoegl!
@bryanwweber ... I believe everything is addressed. Unless there's anything else, this may be ready for a merge. |
Thanks @bryanwweber! |
Changes proposed in this pull request
yaml.safe_load
test/utilities.py
Solution
fromPath
someunit tests topathlib
If applicable, fill in the issue number this pull request is fixing
Fixes #1048
If applicable, provide an example illustrating new features this pull request is introducing
Checklist
scons build
&scons test
) and unit tests address code coverage