A civic pipeline log shows ModuleNotFoundError: No module named 'meraki' during the install/import phase, with no AssertionError lines. Which failure class does the log show?
Select an answer to reveal the explanation.
Short Explanation
ModuleNotFound is the empty shelf at checkout—install never got the package. AssertionError is the failed taste test later. Read the words; don’t mix the baskets.
Full Explanation
ModuleNotFoundError and “Could not find a version that satisfies” belong to the install class. AssertionError and FAILED test_… belong to the test job. The official skill is classifying which named failure the log actually shows. Deploy or resolver-skew stories need different evidence than a bare ModuleNotFound during install/import.