Skip to content

Commit

Permalink
init for testing functionality for #45
Browse files Browse the repository at this point in the history
  • Loading branch information
suryasaha committed May 12, 2015
1 parent 0db9c00 commit e3000bb
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions t/GenomeUpdate/tp.t
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
#!/usr/bin/perl

=head1 NAME
tp.t - A test for Bio::GenomeUpdate::TP class
=cut

=head1 SYNOPSIS
perl tp.t
=head1 DESCRIPTION
Creating new TPLines and adding to TP object. Checking if returned object is correctly formatted.
=head2 Author
Surya Saha <[email protected]>
=cut

use strict;
use warnings;
use autodie;

0 comments on commit e3000bb

Please sign in to comment.