How to Install and Uninstall python3-coincidence Package on Kali Linux

Last updated: May 19,2024

1. Install "python3-coincidence" package

In this section, we are going to explain the necessary steps to install python3-coincidence on Kali Linux

$ sudo apt update $ sudo apt install python3-coincidence

2. Uninstall "python3-coincidence" package

Please follow the guidance below to uninstall python3-coincidence on Kali Linux:

$ sudo apt remove python3-coincidence $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-coincidence package on Kali Linux

Package: python3-coincidence
Source: python-coincidence
Version: 0.6.5-2
Installed-Size: 73
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 14916
SHA256: 0adc3e7daa0d55dcdfda2ad9e36856848190b0c62507edc5bcc4fcb1004e0f72
SHA1: 7cbcb768a7c9f7d8c02bb4fc3dca1a1d8dcc9fc1
MD5sum: 331ae85a3a9b05eaf772fd761cd42c91
Description: 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.
Description-md5:
Homepage: https://github.com/python-coincidence/coincidence
Section: python
Priority: optional
Filename: pool/main/p/python-coincidence/python3-coincidence_0.6.5-2_all.deb

5. The same packages on other Linux Distributions