Re: Anyone want Test::Class::Moose?

2012-12-14 Thread Justin DeVuyst
All, What's wrong with Test::Able? -jdv

Re: standard for internal-only tests?

2009-07-31 Thread Justin DeVuyst
Jon, You might want to take a look at Module::Install::AuthorTests as an example of one way to do it. -jdv Jonathan Swartz wrote: > There are certain tests in my distribution that I don't want end users > to run. I want to run them during development, and I also want anyone > else contributing t

Re: numeric plans - feature or symptom?

2009-01-22 Thread Justin DeVuyst
Ovid wrote: > For example, with your code (as I understand it): > > test { > my $manager = Feed::Manager->new($some_uri); > foreach my $resource ($manager->resources) { > ok my $result = $manager->get($resource), "$resource should > work"; > } > } > > Imagine that th

Test::Builder plan at end

2009-01-12 Thread Justin DeVuyst
Hello, I was told this might be a place to get information about upcoming Test::Builder changes. I'd like to know if and when Test::Builder will officially support true plan at end. The current version of Test::Builder reports 1..$seen_tests instead of 1..$expected_tests. I've had to resort to