Skip to content

cpojer/pyjest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

Example Jest runner for Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published