-
Notifications
You must be signed in to change notification settings - Fork 23
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
Use pytest temporary folders and fixtures to create test file hierarchy at test time #516
Conversation
for more information, see https://pre-commit.ci
… instead of uploading test dirs for execution manager test
… instead of uploading test dirs for scheduler tests
for more information, see https://pre-commit.ci
…s instead of uploading test dirs for job files manager tests
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.
I took a look at this change and I don't have any suggestions for you. Thanks!
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 @andrii-i! Left a few points of feedback below.
for more information, see https://pre-commit.ci
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.
Some of the fixtures are still missing types, but more importantly the path fixtures are now typed. The remaining type hints can be addressed in a separate PR.
Awesome work @andrii-i! Approved.
Improves Jupyter Scheduler pytest testing suite:
static
folder, create file hierarchy to be tested at test time using temp folders and fixturesFixes #514.