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

Related questions

0 votes
asked Jun 30, 2020 in Python by GeorgeBell
0 votes
asked Jul 2, 2020 in Python by GeorgeBell
...