-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add more workflows to this project #51
Conversation
Oops. I ran flake8 on chunks of this but apparently missed a few pieces. |
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 didn't check release.yml
, but otherwise looks good with comments.
jobwatch/tests/test_jobwatch.py
Outdated
@@ -1,11 +1,10 @@ | |||
import sys | |||
import os | |||
import time | |||
import pytest | |||
|
|||
sys.path.insert(0, os.path.join(os.path.dirname(__file__), '..')) |
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 sure what was driving this setting of the path, but it isn't necessary (and hence the subsequent # noqa
as well). I tested taking it out and printing the jobwatch path and it is the right one and tests pass.
Co-authored-by: Tom Aldcroft <taldcroft@gmail.com>
a850656
to
3349985
Compare
3349985
to
f89bf1c
Compare
Add more workflows to this project (release, flake8) and add a pull request template.