Skip to content

Commit e665b00

Browse files
committed
πŸ€– Release 0.3.0
Add a self-contained, responsive HTML reporter for Strawberry field coverage with an overall score, compact single-line Python-first type and field rows, covered and missing row states with explicit missing labels, sticky scanning context, user-defined extension coverage, non-obvious resolver wiring, schema-definition locations, CSS-only report filters, muted yellow-gray not-counted default fields, threshold status, dark mode, print styles, and pytest-xdist aggregation. [skip ci]
1 parent 829c402 commit e665b00

4 files changed

Lines changed: 16 additions & 14 deletions

File tree

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
CHANGELOG
22
=========
33

4+
0.3.0 - 2026-08-15
5+
------------------
6+
7+
Add a self-contained, responsive HTML reporter for Strawberry field coverage
8+
with an overall score, compact single-line Python-first type and field rows,
9+
covered and missing row states with explicit missing labels, sticky scanning
10+
context, user-defined extension coverage, non-obvious resolver wiring,
11+
schema-definition locations, CSS-only report filters, muted yellow-gray
12+
not-counted default fields, threshold status, dark mode, print styles, and
13+
pytest-xdist aggregation.
14+
15+
This release was contributed by [@patrick91](https://github.com/patrick91) in [#4](https://github.com/strawberry-graphql/pytest-strawberry/pull/4)
16+
417
0.2.0 - 2026-08-14
518
------------------
619

@@ -20,4 +33,4 @@ The package registers itself with pytest through the `pytest11` entry point and
2033
includes the project automation needed to test and publish future plugin
2134
features. It does not expose fixtures, hooks, or command-line options yet.
2235

23-
This release was contributed by [@patrick91](https://github.com/patrick91) in [#2](https://github.com/strawberry-graphql/pytest-strawberry/pull/2)
36+
This release was contributed by [@patrick91](https://github.com/patrick91) in [#2](https://github.com/strawberry-graphql/pytest-strawberry/pull/2)

β€ŽRELEASE.mdβ€Ž

Lines changed: 0 additions & 11 deletions
This file was deleted.

β€Žpyproject.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pytest-strawberry"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
description = "Pytest plugin for Strawberry GraphQL"
55
authors = [{ name = "Patrick Arminio", email = "patrick.arminio@gmail.com" }]
66
license = "MIT"

β€Žuv.lockβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
Β (0)