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.