[Biopython-dev] docstring tests

Michiel de Hoon mjldehoon at yahoo.com
Fri Feb 13 08:34:46 UTC 2009


> Do you think we need a way to run just the doctests? 
> Before we could
> do "python run_tests.py test_docstring.py" to do
> this.

We could add an option "doctest":

python run_tests.py doctest

runs the doctests only;

python run_tests.py test_Cluster doctest

runs test_Cluster.py and the doctests, etc.

--Michiel


      



More information about the Biopython-dev mailing list