-
Notifications
You must be signed in to change notification settings - Fork 633
Modernize all the test cases #596
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
Conversation
This requires #594 to be merged first. |
Codecov Report
@@ Coverage Diff @@
## develop #596 +/- ##
==========================================
Coverage ? 64.05%
==========================================
Files ? 63
Lines ? 5722
Branches ? 0
==========================================
Hits ? 3665
Misses ? 2057
Partials ? 0 |
Codecov Report
@@ Coverage Diff @@
## develop #596 +/- ##
========================================
Coverage 59.97% 59.97%
========================================
Files 63 63
Lines 5572 5572
========================================
Hits 3342 3342
Misses 2230 2230 |
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.
This is so very satisfying.
@@ -5,8 +5,6 @@ | |||
This module tests two virtual buses attached to each other. | |||
""" | |||
|
|||
from __future__ import absolute_import, print_function |
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.
🚀 we are in the future.
This modernizes all python files in
test/
. I basically ran2to3
on it and the went over them by hand to correct or add some changes manually.