An experimental example test runner for Jest that runs Python tests within Jest.
Requires python and node.js 8+.
cd example
pip install -r requirements.txt
yarn
yarn test
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: