[ trixie ]
[ sid ]
[ 源代码: python-coincidence ]
软件包:python3-coincidence(0.6.6-2)
python3-coincidence 的相关链接
Debian 的资源:
下载源码包 python-coincidence:
- [python-coincidence_0.6.6-2.dsc]
- [python-coincidence_0.6.6.orig.tar.gz]
- [python-coincidence_0.6.6-2.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
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.
其他与 python3-coincidence 有关的软件包
|
|
|
|
-
- dep: python3
- 交互式高级面向对象语言(默认 python3 版本)
-
- dep: python3-domdf-python-tools
- Helpful functions for Python
-
- dep: python3-pytest
- Simple, powerful testing in Python3
-
- dep: python3-pytest-regressions
- py.test fixtures to write regression tests
-
- dep: python3-typing-extensions
- Backported and Experimental Type Hints for Python