Replies: 1 comment
-
Thanks for the issue -- could you provide a reproduction? This might be because nextest captures stdout and stderr for tests in an out-of-process fashion while cargo test does so in-process. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a few test cases that test based on the environment (for example, some that use the https://docs.rs/supports-hyperlinks/latest/supports_hyperlinks/ crate to OSC8 format a URL) and they succeed when I manually run them, but fail under Nextte.st
I couldn't find any suggestion or recommendation for this in the wiki or elsewhere, does anyone have any ideas?
Beta Was this translation helpful? Give feedback.
All reactions