libtest-mockdbi-perl 0.70-3 source package in Ubuntu

Changelog

libtest-mockdbi-perl (0.70-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.

 -- Jelmer Vernooij <email address hidden>  Sun, 27 Nov 2022 16:16:58 +0000

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtest-mockdbi-perl_0.70-3.dsc 2.2 KiB fc2b52e1d1b1b261f2ffef1a4dc840e498ef0ecfe478b520dedc430fd8b2f262
libtest-mockdbi-perl_0.70.orig.tar.gz 26.7 KiB 382ddd721c00b777ed6efadc26277f2bd75ab9a17c0e66481b9650902c6c48e4
libtest-mockdbi-perl_0.70-3.debian.tar.xz 2.5 KiB d4e1b3b8dfd85c3a0a1be74ec859e68afe8128a7e5cd5c16a11e3926b4c9c015

Available diffs

No changes file available.

Binary packages built by this source

libtest-mockdbi-perl: mocked DBI interface for testing purposes

 Test::MockDBI has a major advantage over DBI::trace()
 or DBD::Mock -- Test::MockDBI lets you change how the
 mocked DBI functions behave, along with modifying
 what data is returned by the mocked DBI functions.
 These changes and modifications can be made specific
 to particular SQL statement patterns.
 .
 This ability to modify DBI function behavior and
 DBI-returned data makes it easier to test code that has
 different branches for different DBI behaviors -- you
 can test that a failure within DBI or returned DB data
 that is different than normal is processed correctly by
 your module or program. If you are taking over a large
 code base, Test::MockDBI will help in understanding the
 code by allowing you to safely check how the code behaves
 under different database conditions without modifying any
 databases (production or otherwise).