Use libtest_mimic to run gix-url fixture tests#1
Merged
niklaswimmer merged 1 commit intogix-url-fixture-testsfrom Aug 7, 2023
Merged
Use libtest_mimic to run gix-url fixture tests#1niklaswimmer merged 1 commit intogix-url-fixture-testsfrom
niklaswimmer merged 1 commit intogix-url-fixture-testsfrom
Conversation
I wanted fancy nextest output and it turns out getting it is simpler than I originally thought.
bdba46f to
8b4f605
Compare
5 tasks
|
I.am.loving.it! It's great, and I never would have had the idea! And if I would have had the idea nonetheless, I wouldn't have found I am about to write other baseline tests soon for pathspec matching, and it will be hard for me not to do them like this now :D. Please do push this commit to the PR so I can try it locally (more easily). Thank you 🙏 |
Owner
Author
|
Aight, you got it boss |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I wanted fancy nextest output and it turns out getting it is simpler than I originally thought.
Running
cargo nextest run --package gix-url --test baseline --no-fail-fastthe following output is generated:Running
cargo nextest run --all --no-fail-fastproduces the following output (i.e. it treats them as tests on the same level as all the other tests):