Replies: 1 comment 2 replies
-
can u share a stand-alone repro of this issue? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For a special scenario, we have a library assembly implementing the base code that actually calls
Verify
, and unit test projects derive from that code. The default behavior causes verified files to be created in the library's project instead of each unit test project. To get around this, each unit test project callsDerivePathInfo
like this:The side effect is that
VerifyChecks.Run
now fails with error "Found incorrectly imported verified file.". Is there any way to skip or adjust the directory expectation of that check?Beta Was this translation helpful? Give feedback.
All reactions