-
Notifications
You must be signed in to change notification settings - Fork 1
pre-Version 0.4.0 #75
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
Codecov Report
@@ Coverage Diff @@
## stable #75 +/- ##
==========================================
- Coverage 87.58% 87.42% -0.16%
==========================================
Files 29 30 +1
Lines 3133 3372 +239
==========================================
+ Hits 2744 2948 +204
- Misses 389 424 +35
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## stable #75 +/- ##
==========================================
- Coverage 87.58% 87.51% -0.07%
==========================================
Files 29 29
Lines 3133 3149 +16
==========================================
+ Hits 2744 2756 +12
- Misses 389 393 +4
Continue to review full report at Codecov.
|
9 similar comments
piaplib/book/__main__.py
Outdated
| except Exception: | ||
| import book.version as version | ||
| for dep in [baseconfig, remediation, logs, version]: | ||
| for dep in [piaplib, baseconfig, remediation, logs, version]: |
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.
F821 undefined name 'baseconfig'
piaplib/book/__main__.py
Outdated
| except Exception: | ||
| import book.version as version | ||
| for dep in [baseconfig, remediation, logs, version]: | ||
| for dep in [piaplib, baseconfig, remediation, logs, version]: |
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.
undefined name 'baseconfig'
| exit(3) | ||
|
|
||
|
|
||
| try: |
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.
C901 'TryExcept 59' is too complex (17)
| exit(3) | ||
|
|
||
|
|
||
| try: |
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.
'TryExcept 59' is too complex (17)
tests/test_usage.py
Outdated
| theOutputtext = None | ||
| rebootIface = None | ||
| try: | ||
| for someTest in [str("eth0"), str("enp0s")] |
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.
E999 SyntaxError: invalid syntax
| rebootIface = None | ||
| try: | ||
| for someTest in [str("eth0"), str("enp0s")] | ||
| if theOutputtext is 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.
E113 unexpected indentation
| rebootIface = None | ||
| try: | ||
| for someTest in [str("eth0"), str("enp0s")] | ||
| if theOutputtext is 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.
unexpected indentation
tests/test_usage.py
Outdated
| theOutputtext = None | ||
| rebootIface = None | ||
| try: | ||
| for someTest in [str("eth0"), str("enp0s")] |
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.
SyntaxError: invalid syntax
* master: PR #33 bug fix for iface typo PR #75 fix for code style regression regression fix for pocket help order attempt to reduce cyclic imports attempt to reduce some test complexity partial fix for cyclic import in piaplib.book partial fix for xeneal test case FIXED test to understand '' =~ None FIXED CLI --help logic and #32 major fixes for code style fix for code-style regression #32 cleaned up some code and started refactor to de-coupled logs from configuration Corner-case of hard to test boiler-plate code exception fix for version function and cleaned up imports a little Version Bump part 1
Version 0.4.0 beta
fix for version syntax bug