0 votes
in Python by
How to Running Tests in docstrings?

1 Answer

0 votes
by

You can now run the tests with the below command

python3 -m doctest sample_module.py

...