pytest-arraydiff 0.6.1-3 source package in Ubuntu

Changelog

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

  * Team upload.
  * Drop Use-valid-test-module-names.patch (not needed)

 -- Timo Röhling <email address hidden>  Thu, 11 Apr 2024 13:43:48 +0200

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
pytest-arraydiff_0.6.1-3.dsc 2.3 KiB a4b8ea9e954eb4f4383dd046ecac98ef69d688fae971f8d9901447380cce6005
pytest-arraydiff_0.6.1.orig.tar.gz 16.5 KiB 2937b1450fc935620f24709d87d40c67e055a043d7b8541a25fdfa994dda67de
pytest-arraydiff_0.6.1-3.debian.tar.xz 2.9 KiB f9c4c087988c89ae4d5058d0786367866ff645bdcaf51eb0208fd29824aaa51c

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.