Write tests in a declarative specification style
http://search.cpan.org/dist/Test-Spec
This is a declarative specification-style testing system for
behavior-driven development (BDD) in Perl. The tests (a.k.a. examples) are
named with strings instead of subroutine names, so your fingers will
suffer less fatigue from underscore-itis, with the side benefit that the
test reports are more legible.
- Developed at devel:languages:perl
-
1
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory/perl-Test-Spec && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
Test-Spec-0.54.tar.gz | 0000038109 37.2 KB | |
cpanspec.yml | 0000000503 503 Bytes | |
perl-Test-Spec.changes | 0000005778 5.64 KB | |
perl-Test-Spec.spec | 0000002660 2.6 KB |
Latest Revision
Dominique Leuenberger (dimstar_suse)
accepted
request 624419
from
Stephan Kulow (coolo)
(revision 15)
- updated to 0.54 see /usr/share/doc/packages/perl-Test-Spec/Changes 0.54 Tue Nov 21 12:46:00 MSK 2017 - `around` method added to allow localized variables and other local setup. Call `yield` method to run examples by `around` CODE. Contributed by @akzhan - Replace some `use base` with `use parent` and other minor updates. Contributed by @akzhan - Now tested under Perl 5.22-5.26 too Contributed by @akzhan - predictable_destroy spec fixed under Perl 5.8 Contributed by @akzhan
Comments 0