* Auto-disable the plugin when running with `--testdox` and the output is not a terminal * Add command-line parameter `--force-testdox` to enable the plugin no matter the output
Thanks jairhenrique for the Pull Request (27)
1.1.1
* Fix `pytest.mark.it` titles when used in conjunction with `pytest.mark.parametrize`
Thanks again cartertinney for the bug report (22) and RomuloOliveira for the Pull Request (23).
1.1.0
* Accept markers `pytest.mark.describe` to override class names and `pytest.mark.it` to override test titles. * Set the minimum version of pytest to 3.6.0
Thanks cartertinney for the feature request (19) and RomuloOliveira for the suggestions and code review.
1.0.1
* Update minimum version of six to 1.11.0
1.0.0
* Colored output (10) * Distinct output for skipped tests (12) * Unicode symbols for passing, failing and skipped tests (14) * Configuration option to use plain text or UTF8 reporting (14)