debugging: more helpful error message for db-tests in case of import error #953
Labels
good first issue
Issues that should be relatively easy to fix also for beginning contributors
priority/quality-of-life
would simplify development
topic/testing
Description
The following type of error message is common when running aiida tests in case of import errors (missing dependencies for instance).
The error message could easily be very helpful if only the name of the module was output too
Possible solution
The AttributeError could be caught in
run_aiida_db_tests
inaiida/backends/testase.py
and the more helpful message could be output containing themodulename
.The text was updated successfully, but these errors were encountered: