-
Notifications
You must be signed in to change notification settings - Fork 103
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
Fix indentation in labhub_test.py #550
Conversation
Travis tests have failedHey @KlebGomes, |
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.
Please read the commit guideline and change you commit according to that.
tests/labhub_test.py
Outdated
labhub.REPOS['repository.github.io'].create_issue.assert_called_with( | ||
'another title', 'and body\nOpened by @None at [text]()' | ||
) | ||
labhub.REPOS['repository.github.io'].create_issue.assert_called_with('another title', 'and body\nOpened by @None at [text]()') |
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.
Please keep the line length at most 80 characters.
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.
Ok!
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.
@nvzard , why didnt CI pick this up? Please create an issue about that.
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.
Done #565
tests/labhub_test.py
Outdated
|
||
testbot.assertCommand('!invite meetto newcomers', | ||
'Command "invite" / "invite meetto" not found.') | ||
testbot.assertCommand('!invite meetto newcomers', 'Command "invite" / "invite meetto" not found.') |
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.
Line length 80 chars and just correct the indentation. Eg:
testbot.assertCommand('!invite meetto newcomers',
'Command "invite" / "invite meetto" not found.')
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.
Ok!
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.
fixes requested
Travis tests have failedHey @KlebGomes, 1st Buildpython -m pytest
|
You have four commits in https://github.com/coala/corobo/pull/550/commits We require one. It should be properly rebased. Using |
https://github.com/coala/corobo/pull/550/files now does something very different. Also the issue is now stale due to other merged improvements. Closing. |
issue #543