./devel/p5-Test-Most, Most commonly needed test functions and features

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.38nb1, Package name: p5-Test-Most-0.38nb1, Maintainer: pkgsrc-users

This module provides you with the most commonly used testing
functions and gives you a bit more fine-grained control over your
test suite.

use Test::Most tests => 4, 'die';

ok 1, 'Normal calls to ok() should succeed';
is 2, 2, '... as should all passing tests';
eq_or_diff [3], [4], '... but failing tests should die';
ok 4, '... will never get to here';

As you can see, the eq_or_diff test will fail. Because 'die' is in
the import list, the test program will halt at that point.


Required to run:
[lang/perl5] [devel/p5-Test-Exception] [devel/p5-Exception-Class] [devel/p5-Test-Deep] [devel/p5-Test-Warn] [devel/p5-Test-Simple] [devel/p5-Test-Differences] [devel/p5-Data-Dumper-Names]

Required to build:
[pkgtools/cwrappers]

Master sites: (Expand)

Filesize: 15.795 KB

Version history: (Expand)


CVS history: (Expand)


   2023-07-06 11:43:03 by Thomas Klausner | Files touched by this commit (2483)
Log message:
*: recursive bump for perl 5.38
   2022-10-01 11:07:19 by Wen Heping | Files touched by this commit (2)
Log message:
Update to 0.38

Upstream changes:
0.38    2022-09-24
        - Stop permanently altering Test::More's export list (RT#73299)
          (thanks to 2shortplanks for this)
   2022-06-28 13:38:00 by Thomas Klausner | Files touched by this commit (3952)
Log message:
*: recursive bump for perl 5.36
   2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016)
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Could not be committed due to merge conflict:
devel/py-traitlets/distinfo

The following distfiles were unfetchable (note: some may be only fetched
conditionally):

./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
   2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017)
Log message:
devel: Remove SHA1 hashes for distfiles
   2021-05-24 21:56:06 by Thomas Klausner | Files touched by this commit (3575)
Log message:
*: recursive bump for perl 5.34
   2020-09-04 15:45:17 by Thomas Klausner | Files touched by this commit (38)
Log message:
*: remove p5-Test-Simple, part of perl
   2020-08-31 20:13:29 by Thomas Klausner | Files touched by this commit (3631)
Log message:
*: bump PKGREVISION for perl-5.32.