pytest-board is a testing visualization tool for pytest runner. Works with ptb
. Use it instead of py.test
.
$ pip install pytest-board
You can just use instead of pytest runner.
$ ptb
Watch the test results display in your browser at:
http://localhost:8080
This project is inspired by GoConvey. Some code are from other libraries:
This software is licensed under the MIT license.