python-coincidence 0.6.5-2 source package in Ubuntu

Changelog

python-coincidence (0.6.5-2) unstable; urgency=medium

  * debian/control: corrected Vcs repository url

 -- Josenilson Ferreira da Silva <email address hidden>  Mon, 18 Dec 2023 21:12:18 -0300

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
python-coincidence_0.6.5-2.dsc 2.6 KiB d9b91321e758470a6896a4dd9ffffbeb38934ba822cce0bf01e10f0d0b8d8c1a
python-coincidence_0.6.5.orig.tar.gz 183.5 KiB cfc9d0d3bd0e4c09f1ad40ad50d8a8e1069a46c18457c8e99c5547dd0a248d3e
python-coincidence_0.6.5-2.debian.tar.xz 3.0 KiB 4bcca0adbf55fc3a4d7c84c48c327b385826b00f5aa6525e21cbc18cbdaeabfb

Available diffs

No changes file available.

Binary packages built by this source

python3-coincidence: helper functions for pytest

 The package provides fixtures and decorators for Pytest, making it easier
 configure test environments and parameterize tests. The module also enables
 specific utilities for regression testing and Pytest Decorators for selective
 test execution.
 .
 Some of the key features include:
       - fixed_datetime: Allows you to set the current date and time to
         facilitate tests that depend on timestamps.
       - path_separator: Returns the current file system path separator,
         useful for dealing with cross-platform differences.
       - tmp_pathplus: Provides a unique temporary directory for each test
         invocation as a PathPlus object.
       - count: generates a parameterized list of numbers between a specified
         range.
       - whitespace_perms: Generates permutations of whitespace characters to
         test space-related behaviors.
       - testing_boolean_values: Generates a parameterized list of strings,
         integers and booleans, facilitating the testing of boolean values
       - param: specifies parameters in pytest.mark.parametrize calls or in
         parameterized fixtures.
       - parametrized_versions: Provides a parameterized list of Python
         versions to test in different environments.