Closed eirikurj closed 2 years ago
Merging #67 (77eb9d4) into main (262099a) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## main #67 +/- ##
=======================================
Coverage 79.43% 79.43%
=======================================
Files 4 4
Lines 423 423
=======================================
Hits 336 336
Misses 87 87
:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more
Purpose
Currently, the library import check suppresses useful information why the library could not be imported. This PR updates the import check to print out the full error message.
Expected time until merged
No rush, but should not take long.
Type of change
Testing
Compile the module with and without the fix, with a broken library.
Checklist
flake8
andblack
to make sure the Python code adheres to PEP-8 and is consistently formattedfprettify
or C/C++ code withclang-format
as applicable