FEV_KEGG.UnitTest.collectiveEnzymeGraphByEcConsensus module

A unit test for the creation of collective enzyme graphs by using an EC consensus.

Two methods of doing so are compared and must always return the same value. At last, the identity of included enzymes is compared, which must result in 0.

Warning

The first result is time-dependant! It will certainly change on future updates of KEGG. However, it should be somewhere around 87.

class FEV_KEGG.UnitTest.collectiveEnzymeGraphByEcConsensus.Test(methodName='runTest')[source]

Bases: unittest.case.TestCase

Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.

test_consensusEcGraph_difference()[source]