[ 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
- interactive high-level object-oriented language (default python3 version)
-
- 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