Metadata-Version: 2.1
Name: pytest-board
Version: 0.1.0
Summary: Local continuous test runner with pytest and watchdog.
Home-page: http://github.com/kuss/pytest-board
Author: Jaeman An
Author-email: ajmbell@gmail.com
License: MIT
Platform: any
Requires-Dist: pytest-watch (==4.2.0)

# pytest-board -- Continuous pytest runner with awesome visualization

**pytest-board** is a testing visualization tool for pytest runner. Works with `ptb`. Use it instead of `py.test`. 

![](https://github.com/kuss/pytest-board/raw/master/docs/pytest_board_screenshot.png)

## Installation

	$ pip install pytest-board

## Usage

You can just use instead of pytest runner.

	$ ptb

Watch the test results display in your browser at:

	http://localhost:8080

## Motivation

This project is inspired by [GoConvey](https://github.com/smartystreets/goconvey). Some code are from other libraries:

- [GoConvey](https://github.com/smartystreets/goconvey)
- [pytest-watch](https://github.com/joeyespo/pytest-watch)
- [pytest-json-report](https://github.com/numirias/pytest-json-report)

## License

This software is licensed under the [MIT license](https://en.wikipedia.org/wiki/MIT_License).


