File: Cluster-UniGene.t

package info (click to toggle)
libbio-cluster-perl 1.7.3-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 348 kB
  • sloc: perl: 1,136; xml: 361; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 262 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# -*-Perl-*- Test Harness script for Bioperl
# $Id$

use strict;

BEGIN {
    use lib '.';
    use Bio::Root::Test;

    test_begin(-tests => 2);

    use_ok('Bio::Cluster::UniGene');
}

my $clu = Bio::Cluster::UniGene->new();
isa_ok($clu, "Bio::AnnotatableI");