pytest-arraydiff 0.6.1-2 source package in Ubuntu

Changelog

pytest-arraydiff (0.6.1-2) unstable; urgency=medium

  * Team upload.
  * Update patches
    - Drop Use-Python-3-version-of-pytest.patch (not needed)
    - New Use-valid-test-module-names.patch (Closes: #1063964)

 -- Timo Röhling <email address hidden>  Fri, 01 Mar 2024 00:06:56 +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
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pytest-arraydiff_0.6.1-2.dsc 2.1 KiB c1b930d601a05e740d3f563d7c12b29b0be5d6f2973c9062159a0df70db1a79d
pytest-arraydiff_0.6.1.orig.tar.gz 16.5 KiB 2937b1450fc935620f24709d87d40c67e055a043d7b8541a25fdfa994dda67de
pytest-arraydiff_0.6.1-2.debian.tar.xz 3.3 KiB 3033fd689c8a40bfbe7961592aeb7446f331f21742f4b487d6056dfe32f525ce

Available diffs

No changes file available.

Binary packages built by this source

python3-pytest-arraydiff: Pytest plugin to generate and compare data arrays

 The basic idea is that you can write a test that generates a Numpy array
 (or other related objects depending on the format). You can then either
 run the tests in a mode to generate reference files from the arrays, or
 you can run the tests in comparison mode, which will compare the results
 of the tests to the reference ones within some tolerance. At the moment,
 the supported file formats for the reference files are plaint text and
 FITS.