GitXplorerGitXplorer
c

pyjest

public
83 stars
9 forks
1 issues

Commits

List of commits on branch master.
Unverified
de8df1b6245eeaace0acb1ded9f149f25ed71642

Add pytest runner.

ccpojer committed 7 years ago
Unverified
317694ac7ce52e03e40a963ff6a799ef1f8accea

Initial commit

ccpojer committed 7 years ago

README

The README file for this repository.

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: