From e3000bb477ff93f50086e5fe1e085e9da5b4c55d Mon Sep 17 00:00:00 2001 From: Surya Saha Date: Tue, 12 May 2015 17:52:10 -0400 Subject: [PATCH] init for testing functionality for #45 --- t/GenomeUpdate/tp.t | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 t/GenomeUpdate/tp.t diff --git a/t/GenomeUpdate/tp.t b/t/GenomeUpdate/tp.t new file mode 100644 index 0000000..033097a --- /dev/null +++ b/t/GenomeUpdate/tp.t @@ -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 + +=cut + +use strict; +use warnings; +use autodie; +