/pyjest

Example Jest runner for Python

Primary LanguageJavaScript

pyjest

An experimental example test runner for Jest that runs Python tests within Jest.

expo runner

Install

Requires python and node.js 8+.

cd example
pip install -r requirements.txt
yarn

Run

yarn test

Runner API

Check out pytest-runner/src/index.js for a minimal implementation of a test runner for Jest. This API is experimental.

Jest Pull Requests that enabled this feature: