python-coincidence 0.6.6-2 source package in Ubuntu

Changelog

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

  * debian/control: Added Build-Depends which was missing
  * debian/patches: Build-Depends "python3-whey" is already in Debian

 -- Josenilson Ferreira da Silva <email address hidden>  Sun, 07 Apr 2024 07:14:47 -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
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-coincidence_0.6.6-2.dsc 2.6 KiB e0ba3d566f8a88ea453d1f7d59cd8fdad3828b085eba92b2728e5404c8e57bd1
python-coincidence_0.6.6.orig.tar.gz 183.7 KiB 12574ec97dfc768a09711894a535ab07485549d0063e1ded5b6008fb355b2f4b
python-coincidence_0.6.6-2.debian.tar.xz 2.7 KiB cc560a13435d87567cd3f955a100156836b509aebf0e16ba3157f795c905835a

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.