-
Notifications
You must be signed in to change notification settings - Fork 9
Description
Hi Ed,
This is more like a question, I see issues when the adapter tries to populates the tests. It shows messages like below in VS Output window under category Tests:
The directory name is invalid.
------ Discover test started ------
NUnit Adapter 3.4.1.0: Test discovery starting
[[NUnit 3 Test Discoveries goes here]]
NUnit Adapter 3.4.1.0: Test discovery complete
========== Discover test finished: 1456 found (0:00:20.0280026) ==========
Creating completely new solution with only 2 existing projects (same database project and test database project) works fine with output:
------ Discover test started ------
tSQLt Test Adapter, searching for tests...
tSQLt Test Adapter, searching for tests...done - 12 found
========== Discover test finished: 16 found (0:00:40.1310127) ==========
So must be something with the current solution structure. Can you let me know where I can see the detailed log file for tSQLt Test Adapter?