Skip to content

Added serialization details#26

Merged
ricardogsilva merged 1 commit intoOSGeo:mainfrom
ricardogsilva:1-add-option-to-skip-serialization-of-passed-tests
Mar 27, 2025
Merged

Added serialization details#26
ricardogsilva merged 1 commit intoOSGeo:mainfrom
ricardogsilva:1-add-option-to-skip-serialization-of-passed-tests

Conversation

@ricardogsilva
Copy link
Contributor

It is now possible to ask the output serializer to include/exclude outputting:

  • a summary
  • details about failed tests
  • details about skipped tests
  • details about passed tests

The current implementation makes the markdown serializer respect these, but the JSON serializer simply ignores them and always outputs everything.


It is now possible to ask the output serializer to include/exclude outputting:

- a summary
- details about failed tests
- details about skipped tests
- details about passed tests

The current implementation makes the markdown serializer respect these, but the JSON serializer simply ignores them and always outputs everything.

---

- fixes #1
@ricardogsilva ricardogsilva marked this pull request as ready for review March 27, 2025 11:31
@ricardogsilva ricardogsilva merged commit 23fe8ce into OSGeo:main Mar 27, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

add option to skip serialization of passed tests

1 participant