how to test #418
Answered
by
pavpanchekha
zhang14725804
asked this question in
Q&A
how to test
#418
-
When I go to test, however I got error, what`s wrong
|
Beta Was this translation helpful? Give feedback.
Answered by
pavpanchekha
Mar 21, 2022
Replies: 1 comment
-
The |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
pavpanchekha
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
test
module here refers tosrc/test.py
, so you need to change to thesrc
directory to use it. Unfortunately, there's also a standard library module of the same name (maybe we should rename ours...) so the import itself works but then later things don't. Try running the tests after changing to thesrc/
directory.