-
python3-pytest-datadir-1.3.1-2.fc36.noarch
This package contains a pytest plugin for manipulating test data
directories and files.
Located in
LBN
/
…
/
CI/CD
/
BastionLinux 36
-
python3-pytest-datafiles-2.0-7.fc36.noarch
This plugin allows you to specify one or several files/directories that are
copied to a temporary directory (tmpdir) before the execution of the test.
This means the original files are not modified and every test runs on its
own version of the same files.
Located in
LBN
/
…
/
CI/CD
/
BastionLinux 36
-
python3-pytest-django-4.1.0-5.lbn36.noarch
pytest-django allows you to test your Django project/applications with the
pytest testing tool.
Located in
LBN
/
…
/
CI/CD
/
BastionLinux 36
-
python3-pytest-doctestplus-0.11.2-2.fc36.noarch
The doctestplus plugin provides advanced features for testing example Python
code that is included in Python docstrings and in standalone documentation
files.
Good documentation for developers contains example code. This is true of both
standalone documentation and of documentation that is integrated with the
code itself. Python provides a mechanism for testing code snippets that are
provided in Python docstrings. The unit test framework pytest provides a
mechanism for running doctests against both docstrings in source code and in
standalone documentation files.
This plugin augments the functionality provided by Python and pytest by
providing the following features:
* approximate floating point comparison for doctests that produce floating
point results
* skipping particular classes, methods, and functions when running doctests
* handling doctests that use remote data in conjunction with the
pytest-remotedata plugin
* optional inclusion of *.rst files for doctests
Located in
LBN
/
…
/
CI/CD
/
BastionLinux 36
-
python3-pytest-enabler-1.2.1-1.lbn36.noarch
:target: PyPI link_ :target: PyPI link_.. _PyPI link: .. .. :target:
Located in
LBN
/
…
/
CI/CD
/
BastionLinux 36
-
python3-pytest-env-0.8.1-1.lbn36.noarch
pytest-env
This is a pytest plugin that enables you to set environment variables in a pytest.ini or pyproject.toml file.
Installation
Install with pip:
pip install pytest-env
Usage
In your pytest.ini file add a key value pair with env as the key and the environment variables as a line separated
list of KEY=VALUE entries. The defined variables will be added to the environment before any tests are run:
[pytest]
env =
HOME=~/tmp
RUN_ENV=test
Or with pyproject.toml:
[tool.pytest.ini_options]
env = [
"HOME=~/tmp",
"RUN_ENV=test",
]
Only set if not already set
You can use D: (default) as prefix if you don't want to override existing environment variables:
[pytest]
env =
D:HOME=~/tmp
D:RUN_ENV=test
Transformation
You can use existing environment variables using a python-like format, these environment variables will be expended
before setting the environment variable:
[pytest]
env =
RUN_PATH=/run/path/{USER}
You can apply the R: prefix to keep the raw valu
Located in
LBN
/
…
/
CI/CD
/
BastionLinux 36
-
python3-pytest-error-for-skips-2.0.2-5.fc36.noarch
Pytest plugin to treat skipped tests a test failures.
Located in
LBN
/
…
/
CI/CD
/
BastionLinux 36
-
python3-pytest-expect-1.1.0-13.lbn36.noarch
A py.test plugin that stores test expectations by saving the set of failing
tests, allowing them to be marked as xfail when running them in future.
The tests expectations are stored such that they can be distributed alongside
the tests.
Located in
LBN
/
…
/
CI/CD
/
BastionLinux 36
-
python3-pytest-filter-subpackage-0.1.1-6.fc36.noarch
This package contains a simple plugin for the pytest framework that provides
a shortcut to testing all code and documentation for a given sub-package.
Located in
LBN
/
…
/
CI/CD
/
BastionLinux 36
-
python3-pytest-fixture-config-1.7.0-13.fc36.noarch
Simple configuration objects for Py.test fixtures.
Allows you to skip tests when their required config variables aren't set.
Located in
LBN
/
…
/
CI/CD
/
BastionLinux 36