All Samples(2) | Call(0) | Derive(0) | Import(2)
src/p/y/pycogent-HEAD/tests/test_core/test_info.py pycogent(Download)
#!/usr/bin/env python """Unit tests for Info class and associated objects (DbRef, DbRefs, etc.). """ from cogent.util.unit_test import TestCase, main from cogent.core.info import DbRef, DbRefs, Info, _make_list
src/c/o/cogent-1.5.3/tests/test_core/test_info.py cogent(Download)
#!/usr/bin/env python """Unit tests for Info class and associated objects (DbRef, DbRefs, etc.). """ from cogent.util.unit_test import TestCase, main from cogent.core.info import DbRef, DbRefs, Info, _make_list