- python3 -m doctest <filename>
- python3 <filename>
- python3 <filename> rundoctests
- python3 doctest
Correct Answer:
- python3 -m doctest <filename>
What is the correct way to run all the doctests in a given file from the command line?
Correct Answer:
Latest Updates
No posts found in this category.