python-testing.mysqld 1.4.0-7 source package in Ubuntu

Changelog

python-testing.mysqld (1.4.0-7) unstable; urgency=medium

  * Team upload.
  * redo patch to use unittest.mock from standard library

 -- Alexandre Detiste <email address hidden>  Thu, 21 Mar 2024 22:04:03 +0100

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-testing.mysqld_1.4.0-7.dsc 2.3 KiB 681a2d58cba6518c44103170b718c51122368bba60a3076300fc5eb007bd451e
python-testing.mysqld_1.4.0.orig.tar.gz 9.6 KiB 4d2df85468ef0ac33f9f439739b3764f184af2fc102a017de2a32962ed5618bb
python-testing.mysqld_1.4.0-7.debian.tar.xz 4.8 KiB ad0f911680896bf02c349f453b98ce2bd566903384e8344b1b504e809fb52f50

Available diffs

No changes file available.

Binary packages built by this source

python3-testing.mysqld: Python testing.* framework - MySQL helpers (Python 3)

 The testing.* Python modules provide a framework for Python unit test suites
 that need to run tests against servers, like network-based DBMSs.
 .
 testing.mysqld contains helper classes to work with a temporary
 MySQL server. It automatically sets up a MySQL instance in a
 temporary directory, and destroys it after testing.
 .
 This package contains the Python 3 version.