[Biopython] How to install tests manually?

Wibowo Arindrarto w.arindrarto at gmail.com
Mon May 6 06:16:11 UTC 2013


> Hello all,
>
> I have just installed BioPython using defaults on Windows 7, and it seems
> all tests files are missing. I've checked under:
>
> c:\Python27\Lib\site-packages\Bio\
>
> against this directory
>
> https://github.com/biopython/biopython/tree/master/Tests
>
> How can I install the tests manually?

Hi Andrea,

AFAIK, the Windows installer does not include the Test directory. If
you would like to run the tests, you need to download the source,
unpack it, and run it using `python setup.py test` from the top
directory.

Hope that helps :),
Bow



More information about the Biopython mailing list