Module 6: Can't get past import steps when doing pytest #144
Unanswered
uznab16
asked this question in
Hello World
Replies: 1 comment 2 replies
-
The error occurs in your credentials_test.py file, line 3, where the module communication was not found. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to test my code within my codespace before sending it to the Autograder, but when I try to test microcontroller.py specifically, I get this error showing that the code gets stuck on the import. Do I have to download a module something else before running the testing function?

Beta Was this translation helpful? Give feedback.
All reactions