Re: [PATCH] AutoSplit.t (was Re: Untested libraries update)

2001-09-24 Thread Michael G Schwern
Could you explain a bit about what this test is doing? It may help to put sample files to split against in t/lib somewhere rather than smashing them all after the __END__ block. On Tue, Sep 25, 2001 at 12:37:40AM +0100, Nicholas Clark wrote: + # There may be a way to capture STDOUT without

Re: Untested libraries update

2001-09-24 Thread John Peacock
Nicholas Clark wrote: Can't I use the module early, and then figure out how many tests I'm planning to run at run time? If no, I'm going to have to do my figuring-out in a BEGIN block. This was with Test::More::VERSION '0.19' You can look at what I did in t/op/ver.t as well, vis:

Re: Untested libraries update

2001-09-24 Thread H . Merijn Brand
On Sat 22 Sep 2001 00:50, Michael G Schwern [EMAIL PROTECTED] wrote: However, that's a big job to get right and we'll do it later. Right now, stick to the cleanups and adding coverage. It also wouldn't hurt to start going through old open perlbug entries. A lead to find bugs that are

[PATCH @12110] RE: Untested libraries update

2001-09-21 Thread Paul Marquess
From: Michael G Schwern [mailto:[EMAIL PROTECTED]] On Wed, Sep 19, 2001 at 04:37:41PM +0100, Paul Marquess wrote: From: Rafael Garcia-Suarez [mailto:[EMAIL PROTECTED]] Michael G Schwern listed: [...] warnings::register (almost no docs) Hmm, would a see Lwarnings and

Re: Untested libraries update

2001-09-21 Thread lars
On Thu, 20 Sep 2001, Michael G Schwern wrote: On Thu, Sep 20, 2001 at 04:35:04PM -0700, Zach Lipton wrote: I don't know why this didn't occur to me before, but why not put this in a Wiki? That's a great idea! And by some shocking coincidence, we just happen to have a perl-qa Wiki for

Re: Untested libraries update

2001-09-21 Thread Tels
-BEGIN PGP SIGNED MESSAGE- Moin, On 21-Sep-01 Michael G Schwern tried to scribble about: On Fri, Sep 21, 2001 at 10:57:39AM +0200, [EMAIL PROTECTED] wrote: How about testing on 127.0.0.1? As insane as it sounds, it might not be there. There might be no IP system at all. Consider

Re: Untested libraries update

2001-09-21 Thread Michael G Schwern
On Fri, Sep 21, 2001 at 10:31:29PM +0200, Tels wrote: As insane as it sounds, it might not be there. There might be no IP system at all. Consider DOS. But isn't there a test for localhost (getbyhostname or something), that would also run into the problem, e.g. is this solved by Configre

Re: Untested libraries update

2001-09-19 Thread Rafael Garcia-Suarez
Michael G Schwern listed: [...] warnings::register (almost no docs) There are no tests for warnings.pm either. Note that there are two distinct points here : 1. test the warnings issued by the perl interpreter; this is done by lib/warnings.t, that calls the various files in

RE: Untested libraries update

2001-09-19 Thread Paul Marquess
From: Rafael Garcia-Suarez [mailto:[EMAIL PROTECTED]] Michael G Schwern listed: [...] warnings::register (almost no docs) Hmm, would a see Lwarnings and Lperllexwarn. do? There are no tests for warnings.pm either. Note that there are two distinct points here : 1. test the warnings

Re: Untested libraries update

2001-09-19 Thread Rafael Garcia-Suarez
On 2001.09.19 17:37 Paul Marquess wrote: Nope, it does both. The test files that start with digits are intended to test the features of the warnings pragma itself along with it's interaction with $^W. All the other files test specific warnings. The tests for warnings::enabled and

Untested libraries update

2001-09-18 Thread Michael G Schwern
Here's where we're at. I might be a little off on the Pod:: tests. chromatic and Andrew Wilson took a good chunk out of it. CGI is now pretty well covered. More of ExtUtils are tested, and rather amazingly, Term::Complete! For Term::ReadLine you may be able to steal/draw inspiration from the