Evaluate an exercise that containes main code and functions #4971
Answered
by
pdawyndt
marcothijs
asked this question in
Questions - Vragen
-
Hi, Is it possible to use the output and doctest judge in 1 Python excercise. The idee is to have an exercise that ask for code (with input, output, ...) but also request to create specific functions, and I would like to test both. I haven't been able to get it work and the documentation seems to suggest it can't be done. Thanks for your help. |
Beta Was this translation helpful? Give feedback.
Answered by
pdawyndt
Sep 17, 2023
Replies: 1 comment
-
This is not possible with the Python judge, but can be done using the newer TESTed judge. It has a domain specific language for specifying tests. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
marcothijs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is not possible with the Python judge, but can be done using the newer TESTed judge. It has a domain specific language for specifying tests.