You are here: Home / LBN / Up2date / CI/CD / BastionLinux 36 / python3-pytest-jupyter-0.10.1-1.lbn36.noarch

python3-pytest-jupyter-0.10.1-1.lbn36.noarch

Package Attributes
RPM  python3-pytest-jupyter-0.10.1-1.lbn36.noarch.rpm Architecture  noarch Size  68471 Created  2025/05/19 12:49:45 UTC
Package Specification
Summary A pytest plugin for testing Jupyter libraries and extensions.
Group Unspecified
License ZPL
Home Page https://pypi.org/project/pytest-jupyter
Description

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

Requires
rpmlib(PayloadIsZstd)  
rpmlib(PartialHardlinkSets)  
rpmlib(CompressedFileNames)  
rpmlib(PayloadFilesHavePrefix)  
rpmlib(FileDigests)  
Provides
python-pytest-jupyter
python3-pytest-jupyter
python3.10-pytest-jupyter
python3.10dist(pytest-jupyter)
python3dist(pytest-jupyter)
Obsoletes
python-pytest-jupyter

Document Actions