-
Notifications
You must be signed in to change notification settings - Fork 7
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
Allow neuro port-forward to accept multiple local-remote port pairs #695
Conversation
"", | ||
], | ||
) | ||
def test_local_remote_port_param_type_invalid(arg) -> None: |
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.
still, I prefer parametrized tests as they are more clear and concise :)
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.
Happy debugging!
Size of a test suite is never a priority :)
please merge the current master into PR branch |
9964842
to
86a5371
Compare
Codecov Report
@@ Coverage Diff @@
## master #695 +/- ##
==========================================
+ Coverage 90.58% 91.54% +0.95%
==========================================
Files 39 40 +1
Lines 3103 3263 +160
Branches 435 450 +15
==========================================
+ Hits 2811 2987 +176
+ Misses 218 207 -11
+ Partials 74 69 -5
Continue to review full report at Codecov.
|
b26c755
to
a854cdd
Compare
a854cdd
to
19d31a4
Compare
Fixes #632