Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support libtest json output #252

Merged
merged 15 commits into from Oct 13, 2023
Merged

support libtest json output #252

merged 15 commits into from Oct 13, 2023

Conversation

bend-n
Copy link
Contributor

@bend-n bend-n commented Oct 9, 2023

closes #251

@bend-n bend-n changed the title implement TestEvent support libtest json output Oct 9, 2023
@bend-n bend-n marked this pull request as ready for review October 9, 2023 01:35
src/libtest.rs Outdated Show resolved Hide resolved
src/lib.rs Show resolved Hide resolved
@oli-obk
Copy link
Owner

oli-obk commented Oct 12, 2023

Thanks! Lgtm. If you want I can publish a minor version bump immediately via github actions, but you'll have to do the version bump in Cargo.toml. too hard to do on my phone 😃

@bend-n
Copy link
Contributor Author

bend-n commented Oct 12, 2023

Should I add something to the CHANGELOG too, or is that automatic?

@oli-obk
Copy link
Owner

oli-obk commented Oct 12, 2023

Oh right, we have a changelog. I'm so bad at updating it. Please don't let me stand in your way of adding this to the changelog

Cargo.toml Outdated Show resolved Hide resolved
@oli-obk oli-obk merged commit 5b794f8 into oli-obk:main Oct 13, 2023
6 checks passed
@oli-obk
Copy link
Owner

oli-obk commented Oct 13, 2023

published a new version with this change. Thanks!

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.

cargo test -- --format json support?
2 participants