and WCOREDUMP anti-vommit protection more robust in
cases where wait.ph loads but WCOREDUMP() pukes when run.
- Added a LICENSE.
- Ilya noticed the per test skip reason was accumlating between
tests.
xoa
--
Andy Lester
[EMAIL PROTECTED], AIM:petdance
http://petdance.com/ http://use.perl.org/~petdance/
ait.ph and WCOREDUMP anti-vommit protection more robust in
cases where wait.ph loads but WCOREDUMP() pukes when run.
- Added a LICENSE.
- Ilya noticed the per test skip reason was accumlating between tests.
xoa
--
'Andy Lester[EMAIL PROTECTED]
Programm
RT ticket #2185. If anyone would like to implement this
and submit the patch to me, I'd appreciate it. I'm fresh out of tuits
for implementing daemons on the fly.
xoa
--
Andy Lester, lead singer & driver of the Winnebago
[EMAIL PROTECTED], AIM:petdance
http://petdance.com/ http://use.perl.org/~petdance/
a net connection. Or are you saying that people
will want to use it strictly behind a restrictive firewall where
google.com isn't accessible?
xoa
--
Andy Lester, lead singer & driver of the Winnebago
[EMAIL PROTECTED], AIM:petdance
http://petdance.com/ http://use.perl.org/~petdance/
t are meaningful without that access.
00.load.t, 99.pod and add_header.t are all that seem to be valid
without it.
xoa
--
Andy Lester, lead singer & driver of the Winnebago
[EMAIL PROTECTED], AIM:petdance
http://petdance.com/ http://use.perl.org/~petdance/
Damn. I still forgot to check out this incredible cool sounding
module, I
have some HTML-output testing in a testsuite and it is very whacky and
uncomplete...
I'd be glad to look at it, and see what kinds of things Mechanize can
do.
xoa
--
Andy Lester, lead singer & driver of the
There's a new version of WWW::Mechanize for you people who do automated
testing with it. It adds a title() and is_html() method, and removes
the dependency on Clone, which I hope will fix stability issues on
Windows.
xoa
--
Andy Lester, lead singer & driver of the Winnebago
[EMAIL
lly more realistic.
Right, it's the silly warnings that I'm most concerned about getting
rid of. Pod::Simple is indeed more realistic.
xoa
--
Andy Lester, lead singer & driver of the Winnebago
[EMAIL PROTECTED], AIM:petdance
http://petdance.com/ http://use.perl.org/~petdance/
There's a new Test::Pod in town, and it uses Sean's Pod::Simple instead
of Pod::Checker.
Details at http://use.perl.org/~petdance/journal/10867
Comments welcome, of course.
xoxo,
Andy
--
Andy Lester, lead singer & driver of the Winnebago
[EMAIL PROTECTED], AIM:petdance
http:
e_ok() and pod_string_ok().
But the dogfood is a good idea.
xoa
-
Andy Lester, lead singer & driver of the Winnebago
[EMAIL PROTECTED], AIM:petdance
http://petdance.com/ http://use.perl.org/~petdance/
the structure of the HTML in a page.
Also, Max Maischien's newly-released Test::HTML::Content allows for tests
on the contents of the file, with things like "do we have a link to X",
"do we have any comments on the page?" and so on.
http://search.cpan.org/dist/Test-HTML-
.test-html-lint-overloadok
In this case, "unexpectedly succeeded" really means "html_ok is broken".
:-(
Thoughts?
Thanks,
xoxo,
Andy
--
'Andy Lester[EMAIL PROTECTED]
Programmer/author petdance.com
Daddy parsley.org/quinn Jk'=~/.+/s;print((split//,$&)
[unpack'C*',"n2]3%+>\"34.'%&.'^%4+!o.'"])
) as a constructor, but you still want to
+ensure that the correct value is being returned.
+
+And of course, you don't have to test only your code. The more tests you
+write, the more stringent your checking:
+
+# From a DBI program
+my $row = $dbh->fetch;
+isa_ok( $row,
e I'd like to have one .t
file that ensures that I have proper module prereqs for my entire source
tree.
xoxo,
Andy
--
'Andy Lester[EMAIL PROTECTED]
Programmer/author petdance.com
Daddy parsley.org/quinn Jk'=~/.+/s;print((split//,$&)
[unpack'C*',"n2]3%+>\"34.'%&.'^%4+!o.'"])
involved. I'm
personally using Test::Harness to run tests on other files as well.
* Dependencies should be optionally based on something other than just
the timestamp of a file. For instance, I suspect I'd like to be able to
make the date dependency on "SELECT MAX(DateUpdate
, but that's my bummer, not yours.
This method works well for about 2/3rds of the modules.
Thanks for th input.
xoxo,
Andy
--
'Andy Lester[EMAIL PROTECTED]
Programmer/author petdance.com
Daddy parsley.org/quinn Jk'=~/.+/s;print((split//,$&)
[unpack'C*',"n2]3%+>\"34.'%&.'^%4+!o.'"])
makes sure each .pm has a corresponding .t, but of course
I can't guarantee that the .t is even useful.
xoxo,
Andy
--
'Andy Lester[EMAIL PROTECTED]
Programmer/author petdance.com
Daddy parsley.org/quinn Jk'=~/.+/s;print((split//,$&)
[unpack'C*',"n2]3%+>\"34.'%&.'^%4+!o.'"])
. Even in an
eval {}, my namespace is going to be polluted after the first use_ok(),
sin't it?
Thanks,
Andy
--
'Andy Lester[EMAIL PROTECTED]
Programmer/author petdance.com
Daddy parsley.org/quinn Jk'=~/.+/s;print((split//,$&)
[unpack'C*',"n2]3%+>\"34.'%&.'^%4+!o.'"])
18 matches
Mail list logo