Language

Package: python-nbval @ 0.9.6

Synopsis

Pytest plugin to validate Jupyter notebooks

Description

This plugin adds functionality to Pytest to recognise and collect Jupyter notebooks. The intended purpose of the tests is to determine whether execution of the stored inputs match the stored outputs of the .ipynb file. Whilst also ensuring that the notebooks are running without errors.

Home page
https://github.com/computationalmodelling/nbval
Location
gnu/packages/python-check.scm (line: 1034, column: 2)
License

Lint warnings

LinterMessageLocation
optional-tests

Make sure tests are only run when requested

the 'check' phase should respect #:tests?