Login
Remember
Register
Ask a Question
How to Running Tests in docstrings?
0
votes
asked
Jul 10, 2020
in
Python
by
GeorgeBell
How to Running Tests in docstrings?
#python
#docstrings
Python-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jul 10, 2020
by
GeorgeBell
You can now run the tests with the below command
python3 -m doctest sample_module.py
...