Override subroutines in a module for unit testing
https://metacpan.org/release/Test-MockModule
'Test::MockModule' lets you temporarily redefine subroutines in other packages for the purposes of unit testing.
A 'Test::MockModule' object is set up to mock subroutines for a given module. The object remembers the original subroutine so it can be easily restored. This happens automatically when all MockModule objects for the given module go out of scope, or when you 'unmock()' the subroutine.
- Devel package for openSUSE:Factory
-
4
derived packages
- Links to openSUSE:Factory / perl-Test-MockModule
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:languages:perl/perl-Test-MockModule && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
Test-MockModule-v0.178.0.tar.gz | 0000024111 23.5 KB | |
cpanspec.yml | 0000000465 465 Bytes | |
perl-Test-MockModule.changes | 0000008143 7.95 KB | |
perl-Test-MockModule.spec | 0000002130 2.08 KB |
Revision 38 (latest revision is 39)
Dirk Stoecker (dstoecker)
accepted
request 1173744
from
Tina Müller (tinita)
(revision 38)
- updated to 0.178.0 see /usr/share/doc/packages/perl-Test-MockModule/Changes v0.178.0 - 6724a30 - Simplify CI workflow - Nicolas R - 1801372 - Multiple improvements - Nicolas R - e97e316 - Add protection to _replace_sub - Nicolas R
Comments 0