sethd.org
this is not the blog you're looking for

Resume
LinkedIn

RECENT ENTRIES

Done With Blogging
MetaCPAN
I Am Now On Twitter. World Officially Ends.
More Info About Perl 5.14
Perl 5.14 has been released
The Year of Perl 5.10
PSGI is the Limit
Magical Moose
Accessor Benchmarks
Reviewing Perl Best Practices After 7 Years
Interesting Modules 2011-03-19
Book Blogging: The Uplift War
Book Blogging: Childhood's End
Interesting Modules 2011-02-20
Perl Programming Best Practices 2011
Modern Perl Available For Free
Bloated Perl Applications
Five Test::More Features You Might Not Be Using Yet
Perl.LA
How To Identify A Good Perl Programmer
Interesting Modules 2011-01-11
Hudson's Future
Moose Ecosystem
Shaking Up Subversion Responses
Dist::Zilla Walkthrough
Mailing Lists vs. IRC
Shaking Up Subversion
Module Count Shmodule Count
Book Blogging: The Definitive Guide To Catalyst
Book Blogging: Blackout / All Clear
Interesting Modules 2010-12-04
Book Blogging: Macroscope
Upcoming Perl Books
Use A String Like A Filehandle
Moose and Build
Running the Bases...Quickly
Pennant
Interesting Modules 2010-10-16
Went to Perl Mongers Last Night
Book Blogging: The Many Deaths of the Firefly Brothers
Book Blogging: Rainbows End
Interesting Modules 2010-09-03
36th Birthday
Book Blogging: Startide Rising
Feb 08, 2011

Five Test::More Features You Might Not Be Using Yet

For a good rundown of more recent Test::More features check out this blog post.

Tags: , .
[p] Posted @ 16:44 by Seth

Apr 02, 2010

Defining Standard Testing Methodologies

Ovid, someone who seems to spend a lot of time thinking about testing, asks a question that I have also been asking, "What are the definitions for standard testing methodologies?" The answer appears to be: the definitions are nebulous (at best).

Tags: .
[p] Posted @ 14:19 by Seth

Mar 17, 2010

Using Test::Class

A good, basic explanation on why using Test::Class is a good thing. Beyond that it also details some common pitfalls when using Test::Class.

Tags: , .
[p] Posted @ 21:46 by Seth

Mar 14, 2010

Followup to 100% Test Coverage

Ovid has a followup post about 100% test coverage. It's nothing earth shaking but it does remind the reader that just because your test coverage is 100% does not mean that your code is bug free. A good thing to remember.

Tags: .
[p] Posted @ 13:45 by Seth

Mar 10, 2010

Test Coverage

An interesting post by Ovid about 100% test coverage, what it means, and what it does not mean. The first comment by David Golden is also worth a read.

I like the idea of 100% test coverage and I generally make every effort to get there. Using devel::cover is a great tool for finding code that will never be triggered, and the closer you get to 100% the easier it is to spot such code.

Tags: , .
[p] Posted @ 10:01 by Seth

Feb 23, 2010

Testing A Database Intensive Application

Yet another good blog post today. This one covers the trials of writing good unit tests for an application that interacts with a database. The comments are definitely worth a read too.

Tags: , , .
[p] Posted @ 13:42 by Seth

Feb 07, 2010

Test::Builder::Module: Why am I just learning about this?

So I have been writing tests for years. I've written a number of modules that do (essentially) what Test::Most does. Yet in all this time I knew nothing of Test::Builder::Module. Argh! This module makes building test modules so easy. No more

  my $caller = caller();
  eval "package $caller; use Test::More";
Instead you can use Test::Builder::Module to do a lot of this. It appears to be an extremely useful module and it's high time I start using it.

Tags: , , , .
[p] Posted @ 20:52 by Seth


This site uses the very simple and easy to use blosxom blogging software.


Advanced Search

PERL BLOGS

PERL RELATED OTHER SITES