-
Notifications
You must be signed in to change notification settings - Fork 572
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
Python3 port for test_networkgroup.py, test_protocol.py #1792
Conversation
8f0b2b4
to
1e9ed53
Compare
a64bc0b
to
116e002
Compare
4e1b3c9
to
038bc2e
Compare
f25c7a4
to
316e6ef
Compare
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.
You've lost the logic of the tests refactoring. network group test goes to test_protocol
316e6ef
to
58364ed
Compare
58364ed
to
1adeeb9
Compare
3fc4df3
to
41c8106
Compare
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. Now you need a Peter's review. I see this as a good material for squashing (;
41c8106
to
3ce3cea
Compare
Next time, please don't squash into one commit. Keep test changes separate from the code changes and write proper commit messages: what you've found in test results, what was changed to fix the issue. Your commit message is sick and not informative. The proper message might be like this:
|
Bad signature as well here |
3ce3cea
to
bde6877
Compare
Updated verified commit. |
bde6877
to
b6d7fbe
Compare
Hmm, it looks like you've changed a GPG key... |
Yes. |
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 rebase and change the commit message.
b6d7fbe
to
9bb8042
Compare
few changes added tearDown() & fixed code quality fixed import errors & code quality formatted, refactored & cleaned code fixed code quality fixed Pylint E401 fixed imports merged glitch's changes added tests for protocol refactored test_networkgroup reverted import changes fixed code quality removed test_networkgroup module & fixed code quality
9bb8042
to
287abf1
Compare
Fix Imports
Contains changes from #1786 for protocol.py as it needed to run test_networkgroup
Handled bytes to string comparison/concatenation cases
Python 2/3 compatibility