pyjest
pyjest copied to clipboard
Example Jest runner for Python
pyjest
An experimental example test runner for Jest that runs Python tests within Jest.

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: