python3-coincidence
helper functions for pytest
Description
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.
Upload more screenshots
Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.
Upload a screenshotHint: upload an image here from your clipboard with Ctrl-V
Homepage
https://github.com/python-coincidence/coincidence
Install this software package
If the package is available for the distribution you are currently using on your computer then install the software by clicking on…
Install python3-coincidence