File: jupyter_core.md

package info (click to toggle)
pytest-jupyter 0.10.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 240 kB
  • sloc: python: 644; sh: 23; makefile: 14
file content (18 lines) | stat: -rw-r--r-- 419 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Jupyter Core plugin

The following plugin is useful for setting up a test environment for Jupyter extensions and applications.

To use this plugin, install the dependencies for this plugin:

```
pip install 'pytest-jupyter[core]'
```

and list the plugin in the `conftest.py` file at the root of your project's test directory.

## Fixtures

```{eval-rst}
.. automodule:: pytest_jupyter.jupyter_core
    :members:
```