Skip to main content

Enables pytest to execute your Jupyter Notebook as a test

Project description

pytest-testbook

Build Status See Build Status on AppVeyor

The Question:

What do you call a Jupyter Notebook filled with test cases?

The Answer:

a testbook !

Why invent this plugin?

Because it allows specification, test cases, and automation code to be recorded inside a single Jupyter Notebook. When specification, requirements, test cases, and automation code are written in one place, this place is called a testbook.

How to run the tests?

  • Option 1: Follow the manual steps written in the testbook and perform each test steps manually.
  • Option 2: Trigger the execution of automated test code by running each cell directly in Jupyter Notebook.
  • Option 3: Use pytest to discover tests inside the testbook and run them. This your option when running testbook in CI/CD pipeline.

Features

  • BDD-style specification, requirements, manual test steps, and test automation code.
  • Auto-generated PDF reports to support auditing processes.
  • Plugin managed playwright instance working on its own background thread but can be used inside Jupyter Notebook cells.
  • Trigger automated tests execution in Jupyter.
  • Upload testbook in CI/CD pipepline for auto-execution using pytest

Installation

You will need to install playwright to generate pdf test reports. The side-effect is that you get a free playwright instance that you can use in your Testbooks.

pip install pytest-testbook
pip install jupyterlab
playwright install chromium

Usage

Navigate to where your tests folder are located. Then either run:

jupyter lab

to run tests manually in Jupyter. Or you can run:

pytest -sv

instead to let pytest discover your tests, collect them and execute them.

License

Distributed under the terms of the MIT_ license, "pytest-testbook" is free and open source software

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pytest_testbook-1.4.2.tar.gz (10.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pytest_testbook-1.4.2-py3-none-any.whl (10.0 kB view details)

Uploaded Python 3

File details

Details for the file pytest_testbook-1.4.2.tar.gz.

File metadata

  • Download URL: pytest_testbook-1.4.2.tar.gz
  • Upload date:
  • Size: 10.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.1

File hashes

Hashes for pytest_testbook-1.4.2.tar.gz
Algorithm Hash digest
SHA256 fba876ab351c7104896a504ab40a9a65e8b23b396551231d73eba20db7ffc338
MD5 cdde325740d822caf1a93ee485830936
BLAKE2b-256 363e18c98ca35c0ac45a9a1ba836c2e2067e73ba81aaec853181dc17d835fa1a

See more details on using hashes here.

File details

Details for the file pytest_testbook-1.4.2-py3-none-any.whl.

File metadata

File hashes

Hashes for pytest_testbook-1.4.2-py3-none-any.whl
Algorithm Hash digest
SHA256 871da40e368eb21de85ce952b281400fe204d2797e9329f6f96ce8e46120e870
MD5 b3902fbc93769b2b5c1da3d7355a8131
BLAKE2b-256 8fec8356fc1e6eb3d3dc451479fc9bc84f8fe10d0cb35e47ca817d23e1e15284

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page