EggLib
EggLib version 2.1 is archived.

Previous topic

Utils module

Next topic

Directly executable commands

This Page

test

This subpackage contains test functions organized in modules matching the module of the EggLib Python package. Use the top-level test_all() function to launch all tests, as in the following:

>>> from egglib import test
>>> test.test_all()

Note that all optional dependencies are required to run the tests, and that test procedures make use of unsecure local temporary files that might result of user files if they accidently have the same name as one of the test files (“test.fas”, for example). If you wish to run the test suite, we strongly advice you to run them in an empty directory.

egglib.test.test_all()

Call all test_all() functions of test modules.

Hosted by  Get seqlib at SourceForge.net. Fast, secure and Free Open Source software downloads