Closed
Description
When a unit test file has an error in it, the entire file's tests disappear from the UnitTest Results. To Reproduce do the following:
- With LibPQ configured to run the LibPQ Unit Tests, Run UnitTest.Discover()
- Notice that the Test.MicrosoftUnitTestDemo tests are listed.
- Edit Tests\Test.MicrosoftUnitTestDemo.pq and comment out line 12 (UnitTesting.Returns123...)
- Save and refresh the UnitTest.Discover()
The Test.MicrosoftUnitTestDemo tests are no longer listed. It would be more desirable to list the file as a single row with an error. I've looked through the code, and tried a number of things, without success, so thought it was worthy of an "Issue".
I'm glad to help with resolving, if someone could give me some pointers.
Metadata
Metadata
Assignees
Labels
No labels