Closed eirikurj closed 2 years ago
Merging #17 (1b38193) into main (579c967) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## main #17 +/- ##
=======================================
Coverage 49.97% 49.97%
=======================================
Files 5 5
Lines 1683 1683
=======================================
Hits 841 841
Misses 842 842
: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