Search Discussions
-
In HTML::Widgets::NavMenu I have the following code: <<< sub get_coords_while_skipping_skips { my $self = shift; my $callback = shift; my $coords = shift || $self- get_current_coords(); # line 571 ...
Shlomi Fish
Jul 11, 2005 at 4:30 pm
Jul 14, 2005 at 8:23 pm -
I'm going through some work to restore Test::More and Test::Harness to work on 5.4.5, minor stuff really, and I'm wondering if its worth the trouble. Has anyone seen 5.004_xx in the wild? And if so, ...
Michael G Schwern
Jul 3, 2005 at 10:47 pm
Jul 13, 2005 at 3:01 am -
If you haven't see AnnoCPAN, it's a new way to share comments on Perl POD: Example: http://www.annocpan.org/dist/Net-ICal-0.15/lib/Net/ICal.pm I have an idea about taking it a step further-- making ...
Mark Stosberg
Jul 8, 2005 at 4:25 pm
Aug 10, 2005 at 10:30 pm -
I've been pondering custom test runners recently and have hit the familiar problem of Test::Harness::Straps not capturing STDERR, so missing the diagnostics that Test::Builder outputs. A moderately ...
Adrian Howard
Jul 29, 2005 at 1:50 am
Jul 31, 2005 at 11:58 am -
Ive been putting together a Test:: module to handle the kind of deep comparison that I think is_deeply should do. Ive noticed some minor issues with the process. Writing test modules isn't well ...
Demerphq
Jul 3, 2005 at 7:10 am
Jul 3, 2005 at 9:33 pm -
Am I imagining things or was there supposed to be a testing tutorial at OSCON with Andy Lester, chromatic and the gang? Or am I thinking of YAPC? -- Michael G Schwern schwern@pobox.com ...
Michael G Schwern
Jul 20, 2005 at 6:57 pm
Jul 21, 2005 at 4:47 pm -
Andy, I have written a patch to approach the TODO item of "prove": Shuffled tests must be recreatable "prove" still works the same, but with extra options to control --shuffle option. prove --shuffle ...
Adriano Ferreira
Jul 25, 2005 at 9:10 pm
Jul 28, 2005 at 9:22 am -
Barbie's journal, via Ovid, made me aware of patent EP1170667 "Software Package Verification" granted last month in the EU. http://gauss.ffii.org/PatentView/EP1170667 It appears to patent basic ...
Michael G Schwern
Jul 12, 2005 at 9:01 pm
Jul 14, 2005 at 11:01 am -
It's not unheard of for module authors to complain that the automated test reports posted on testers.cpan.org FAIL modules that ought to PASS. Tonight, I wish to make the opposite complaint: that one ...
James E Keenan
Jul 20, 2005 at 2:49 am
Jul 24, 2005 at 10:00 am -
<quote The uploaded file Test-Symlink-0.01.tar.gz has entered CPAN as file: $CPAN/authors/id/N/NI/NIKC/Test-Symlink-0.01.tar.gz size: 4123 bytes md5: 9a3797b3d94c3ad73b061bd7b1aa2134 </quote ...
Nik Clayton
Jul 5, 2005 at 1:12 pm
Jul 6, 2005 at 5:17 pm -
I've begun using perl's Test modules to do some unit testing on our code and regression testing on some of our web applications. Specificially, I'm using Test::More and prove. However, I have some ...
Brett Sanger
Jul 18, 2005 at 1:41 pm
Aug 5, 2005 at 8:26 am -
I am having trouble figuring out how to test a Perl script which functions as a command-line utility and which is included with a CPAN-style distribution. For purpose of discussion, let's call the ...
James E Keenan
Jul 8, 2005 at 11:47 pm
Jul 13, 2005 at 2:49 am -
Having been a little more prolific on the module front recently I'm interesting in making sure that my own modules pass the kwalitee tests. Preferably before I put them on CPAN. But poking through ...
Nik Clayton
Jul 9, 2005 at 11:53 am
Jul 11, 2005 at 10:17 pm -
... I always thought that Compress::Zlib is just a wrapper around zlib which in turn is C and developed elsewhere (and in stable state for a long time now). What is "(painfully slow) rewrite"?
Konovalov, Vadim
Jul 4, 2005 at 12:22 pm
Jul 5, 2005 at 11:33 am -
I've just implemented the oft requested Test::Builder::Module. Its a superclass for all Test::Builder based modules that implements an import() method to match what Test::More does and a builder() ...
Michael G Schwern
Jul 29, 2005 at 10:32 am
Jul 29, 2005 at 8:17 pm -
Hello, I'd like to use Test::TAP::HTMLMatrix to better visualize the state of large test runs. However, I can't tell from the docs how to run the test suite such that it gets involved in the process. ...
Mark Stosberg
Jul 2, 2005 at 9:59 pm
Jul 7, 2005 at 12:42 am -
I'd like to improve HTTP::Recorder. I've contacted Linda Julien (http://search.cpan.org/~leira/) via her CPAN email address, but I've received no response. The module hasn't been touched in over a ...
Ian Langworth
Jul 12, 2005 at 11:35 pm
Jul 26, 2005 at 12:14 pm -
http://qa.perl.org/phalanx/kwalitee.html says: What is kwalitee? Kwalitee is inexact quality. We don't know exactly what it is, but we know it when we see it. Isn't that backwards? I thought ...
Nik Clayton
Jul 9, 2005 at 11:57 am
Mar 8, 2006 at 9:26 pm -
http://www.pobox.com/~schwern/src/Test-Simple-0.60_01.tar.gz or http://svn.schwern.org/svn/CPAN/Test-Simple/trunk or a CPAN near you. I've made a lot of little, detailed changes in the last couple of ...
Michael G Schwern
Jul 4, 2005 at 1:23 am
Jul 28, 2005 at 10:55 pm -
http://qa.perl.org/test-modules.html has a bunch of test modules listed. However, there are no harnesses listed. I know Test::Harness, and I'm going to go read about Test::Builder, but what other ...
Peter Kay
Jul 25, 2005 at 9:29 pm
Jul 26, 2005 at 5:27 pm -
http://testers.cpan.org/show/Test-Simple.html Looking at the CPAN tester results for Test-Simple... why are they suddenly oldest version first? I care about test results from the newest version, not ...
Michael G Schwern
Jul 23, 2005 at 10:58 am
Jul 23, 2005 at 12:33 pm -
This is one of the many features of Test::Cmd, which I a was about to recommend. However, I remember being discouraged from using it, but I'm not sure from where or whom. Does anyone use Test::Cmd? ...
Ian Langworth
Jul 12, 2005 at 2:57 am
Jul 12, 2005 at 10:17 am -
-----BEGIN PGP SIGNED MESSAGE----- Moin, Leon Brocard (hi! :) did some graphing of various Perl things back in 2001 or so. I thought I'd also do something alike[0]. It can be very hard to follow what ...
Tels
Jul 10, 2005 at 12:39 pm
Jul 10, 2005 at 8:09 pm -
is() supresses "Use of uninitalized value" warnings because its useful to do things like: is( $foo, undef ); which provides more information than ok( !defined $foo ); because if it is defined its ...
Michael G Schwern
Jul 2, 2005 at 2:25 am
Jul 2, 2005 at 8:50 pm -
Thanks to help from a number of people here, I now have a better understanding of how Test::TAP::HTMLMatrix is used. I would like to see it integrated with 'prove', and have looked into what this ...
Mark Stosberg
Jul 8, 2005 at 3:17 pm
Jul 8, 2005 at 4:07 pm -
As I write my first set of Test::Builder based tests I'm looking for a way to test the tests themselves, and make sure that they're doing the right thing. A quick peruse of CPAN has thrown up ...
Nik Clayton
Jul 2, 2005 at 2:05 pm
Jul 2, 2005 at 11:09 pm -
What's going on with overloading in 0.60? The docs say it will compare a string-overloaded object with a string but when I run the code below I get ======= # x = stringy not ok 1 # Failed test ...
Fergal Daly
Jul 1, 2005 at 2:08 pm
Jul 1, 2005 at 9:57 pm -
The uploaded file Test-SerialFork-0.01.tar.gz has entered CPAN as file: $CPAN/authors/id/P/PM/PMH/Test-SerialFork-0.01.tar.gz size: 3891 bytes md5: 087b258311b0265ad96946bfd7feb0e9 This module allows ...
Peter Haworth
Jul 28, 2005 at 8:13 am
Jul 28, 2005 at 8:13 am -
<quote The uploaded file Test-Unix-Group-0.01.tar.gz has entered CPAN as file: $CPAN/authors/id/N/NI/NIKC/Test-Unix-Group-0.01.tar.gz size: 6455 bytes md5: 497cba10cde46dcfb8f48b1de7238f8e </quote ...
Nik Clayton
Jul 7, 2005 at 7:42 am
Jul 7, 2005 at 7:42 am -
<quote The uploaded file Test-Unix-User-0.01.tar.gz has entered CPAN as file: $CPAN/authors/id/N/NI/NIKC/Test-Unix-User-0.01.tar.gz size: 7007 bytes md5: c3506dce32b5f841b1e6e7e351757556 </quote From ...
Nik Clayton
Jul 7, 2005 at 7:40 am
Jul 7, 2005 at 7:40 am -
Fix a problem with the "easy way" of doing things. Warn if Test::Tester isn't the first Test::Builder module loaded as this can cause problems when doing things the easy way.
Fergal Daly
Jul 5, 2005 at 12:29 am
Jul 5, 2005 at 12:29 am -
Yes. To be precice, the indexer on PAUSE will ignore it. But don't forget to write it with quotes around. -- andreas
Andreas J. Koenig
Jul 4, 2005 at 7:46 pm
Jul 4, 2005 at 7:46 pm -
Indeed I understood incorrectly first time, but you shed quite many light on other important aspects of Compress::Zlib (which is in now the Perl core, as everyone already know :) Thanks!
Konovalov, Vadim
Jul 4, 2005 at 2:13 pm
Jul 4, 2005 at 2:13 pm -
No change to the module but one of the test scripts needed fixing because it was doing something improper that used to be harmless but isn't anymore. F
Fergal Daly
Jul 2, 2005 at 11:11 pm
Jul 2, 2005 at 11:11 pm -
<Zim MY BUSINESS IS DONE!</Zim Test diagnostics now look like this: not ok 21 - foo is bar? # Failed test 'foo is bar?' # in t/foo.t at line 40. # got: 'foo' # expected: 'bar' If there's no ...
Michael G Schwern
Jul 1, 2005 at 11:53 pm
Jul 1, 2005 at 11:53 pm
Group Overview
group | qa |
categories | perl |
discussions | 35 |
posts | 300 |
users | 60 |
website | qa.perl.org |
60 users for July 2005
Archives
- March 2016 (5)
- February 2016 (3)
- November 2015 (3)
- April 2015 (5)
- March 2015 (10)
- February 2015 (16)
- January 2015 (2)
- October 2014 (8)
- July 2014 (10)
- June 2014 (8)
- May 2014 (5)
- April 2014 (1)
- February 2014 (8)
- January 2014 (19)
- December 2013 (1)
- November 2013 (11)
- October 2013 (5)
- September 2013 (31)
- August 2013 (5)
- July 2013 (20)
- June 2013 (2)
- May 2013 (28)
- April 2013 (33)
- March 2013 (18)
- February 2013 (29)
- January 2013 (33)
- December 2012 (21)
- November 2012 (16)
- October 2012 (19)
- September 2012 (15)
- August 2012 (31)
- July 2012 (17)
- June 2012 (20)
- May 2012 (4)
- April 2012 (69)
- March 2012 (4)
- February 2012 (11)
- January 2012 (18)
- December 2011 (39)
- November 2011 (158)
- October 2011 (49)
- August 2011 (21)
- July 2011 (10)
- June 2011 (17)
- May 2011 (33)
- April 2011 (27)
- March 2011 (15)
- February 2011 (17)
- January 2011 (26)
- December 2010 (4)
- November 2010 (6)
- October 2010 (15)
- September 2010 (31)
- August 2010 (14)
- July 2010 (16)
- June 2010 (2)
- May 2010 (20)
- April 2010 (20)
- March 2010 (6)
- February 2010 (20)
- January 2010 (35)
- December 2009 (35)
- November 2009 (21)
- October 2009 (3)
- August 2009 (22)
- July 2009 (78)
- June 2009 (78)
- May 2009 (33)
- April 2009 (28)
- March 2009 (101)
- February 2009 (165)
- January 2009 (94)
- December 2008 (20)
- November 2008 (38)
- October 2008 (115)
- September 2008 (394)
- August 2008 (182)
- July 2008 (70)
- June 2008 (138)
- May 2008 (57)
- April 2008 (158)
- March 2008 (203)
- February 2008 (140)
- January 2008 (253)
- December 2007 (243)
- November 2007 (265)
- October 2007 (176)
- September 2007 (280)
- August 2007 (152)
- July 2007 (148)
- June 2007 (125)
- May 2007 (69)
- April 2007 (99)
- March 2007 (493)
- February 2007 (203)
- January 2007 (250)
- December 2006 (46)
- November 2006 (108)
- October 2006 (146)
- September 2006 (376)
- August 2006 (155)
- July 2006 (598)
- June 2006 (71)
- May 2006 (90)
- April 2006 (236)
- March 2006 (204)
- February 2006 (140)
- January 2006 (188)
- December 2005 (64)
- November 2005 (123)
- October 2005 (90)
- September 2005 (233)
- August 2005 (63)
- July 2005 (300)
- June 2005 (88)
- May 2005 (69)
- April 2005 (213)
- March 2005 (251)
- February 2005 (164)
- January 2005 (78)
- December 2004 (194)
- November 2004 (79)
- October 2004 (69)
- September 2004 (36)
- August 2004 (86)
- July 2004 (122)
- June 2004 (93)
- May 2004 (104)
- April 2004 (29)
- March 2004 (36)
- February 2004 (76)
- January 2004 (29)
- December 2003 (56)
- November 2003 (62)
- October 2003 (156)
- September 2003 (51)
- August 2003 (134)
- July 2003 (56)
- June 2003 (56)
- May 2003 (36)
- April 2003 (11)
- March 2003 (38)
- February 2003 (39)
- January 2003 (6)
- December 2002 (23)
- November 2002 (39)
- October 2002 (75)
- September 2002 (69)
- August 2002 (77)
- July 2002 (34)
- June 2002 (27)
- May 2002 (20)
- April 2002 (69)
- March 2002 (42)
- February 2002 (40)
- January 2002 (61)
- December 2001 (148)
- November 2001 (89)
- October 2001 (134)
- September 2001 (186)
- August 2001 (149)
- July 2001 (34)
- June 2001 (16)
- May 2001 (16)
- April 2001 (36)
- March 2001 (38)
- February 2001 (135)
- December 2000 (5)
- October 2000 (2)
- September 2000 (68)
- August 2000 (71)
- July 2000 (88)