-
python3-pytest-console-scripts-1.4.1-1.lbn36.noarch
pytest-console-scripts [![PyPI]( [![PyPI - License]( [![GitHub Workflow
Status]( [![codecov](
Located in
LBN
/
…
/
CI/CD
/
BastionLinux 36
-
python3-pytest-cookies-0.7.0-1.lbn36.noarch
pytest-cookies[pytest][pytest] is a mature testing framework for Python that
is developed by a thriving and ever-growing community of volunteers. It uses
plain assert statements and regular Python comparisons. At the core of the
pytest test framework is a powerful hook-based plugin system.**pytest-cookies**
is a pytest plugin that comes with a cookies fixture which is a wrapper for
the...
Located in
LBN
/
…
/
CI/CD
/
BastionLinux 36
-
python3-pytest-custom-exit-code-0.3.0-2.lbn36.noarch
Exit pytest test session with custom exit code in different scenarios
Usage
pytest --suppress-no-test-exit-code
pytest --suppress-tests-failed-exit-code
Located in
LBN
/
…
/
CI/CD
/
BastionLinux 36
-
python3-pytest-freezer-0.4.8-1.lbn36.noarch
Pytest plugin providing a fixture interface for freezegun.
Located in
LBN
/
…
/
CI/CD
/
BastionLinux 36
-
python3-pytest-icdiff-0.9-2.lbn36.noarch
Better diffs in pytest assertion error messages using ICDiff.
Located in
LBN
/
…
/
CI/CD
/
BastionLinux 36
-
python3-pytest-instafail-0.5.0-2.lbn36.noarch
pytest-instafail is a plugin for pytest that shows
failures and errors instantly instead of waiting until the end of test session.
Then run your tests with:
$ pytest --instafail
Located in
LBN
/
…
/
CI/CD
/
BastionLinux 36
-
python3-pytest-jupyter-0.10.1-1.lbn36.noarch
pytest-jupyter
A set of pytest plugins for Jupyter libraries and extensions.
Basic Usage
First, install pytest-jupyter from PyPI using pip:
pip install pytest-jupyter
This installs the basic pytest-jupyter package that includes fixture definitions for the various Jupyter-based pytest plugins.
To use one of these plugins, you'll also need to install their dependencies. This requires a second pip install call. For example, if you'd like to use the jupyter_server plugin, you'll need to call:
pip install "pytest-jupyter[server]"
This should install everything you need for the plugin to work.
To use a plugin, add it to the pytest_plugins list in the conftest.py of your project's root test directory.
pytest_plugins = ["pytest_jupyter.jupyter_server"]
This library includes an echo_kernel, which is useful to speed up testing.
You must have either "pytest-jupyter[server]" or "pytest-jupyter[client]"
installed to use the echo kernel.
The pytest_jupyter.jupyter_clien
Located in
LBN
/
…
/
CI/CD
/
BastionLinux 36
-
python3-pytest-jupyter+server-0.10.1-1.lbn36.noarch
This is a metapackage bringing in server extras requires for
python3-pytest-jupyter.
It makes sure the dependencies are installed.
Located in
LBN
/
…
/
CI/CD
/
BastionLinux 36
-
python3-pytest-mpi-0.5-4.fc36.noarch
pytest_mpi is a plugin for pytest providing some useful tools when running
tests under MPI, and testing MPI-related code.
Located in
LBN
/
…
/
CI/CD
/
BastionLinux 36
-
python3-pytest-plone-0.5.0-1.lbn36.noarch
pytest-plone is a pytest plugin providing fixtures and helpers to test Plone add-ons.
This package is built on top of zope.pytestlayer.
Reasoning
Despite the fact Plone, and Zope, have their codebases tested with unittest, over the
years pytest became the most popular choice for testing in Python.
pytest is more flexible and easier to use than unittest and has a rich ecosystem of
plugins that you can use to extend its functionality.
Located in
LBN
/
…
/
CI/CD
/
BastionLinux 36