fresh process environment for each test? #2879
-
|
I want to be sure all of my tests succeed when run individually. That is, I want to be sure passing tests are not mistakenly passing due to side-affects from prior tests in that same run (e.g. the value of a That is, for I know there is |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Thanks. Nextest always runs each test in its own process so your use case should work out of the box (and in fact is the only supported method). See https://nexte.st/docs/design/why-process-per-test/. |
Beta Was this translation helpful? Give feedback.
Thanks. Nextest always runs each test in its own process so your use case should work out of the box (and in fact is the only supported method). See https://nexte.st/docs/design/why-process-per-test/.