-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Skip .xproj / project.json style projects that don't contain any tests #33
Comments
Non-test projects are currently reported like this:
@bradwilson Is this the issue you mentioned? (notice the |
Could you give this build a try: |
Nope, still not able to run tests. Trying to run an assembly gives me no output (just the 0/0/0 message in the status bar). |
To be clear, these are desktop assemblies that are decorated with: [assembly: TestDriven.Framework.CustomTestRunner(typeof(Xunit.Runner.TdNet.TdNetRunner))] They just happen to be desktop assemblies built via |
Ah right, now I get it! It should be feasible to get this discovery mechanism working. In general NuGet makes runner discovery into a bit of a nightmare. Luckily this technique sidesteps the issue. :) |
This issue needed to be sorted anyway, so I'm not upset I got confused. 😉 Here's an issue to track the issue you reported: #35. |
No description provided.
The text was updated successfully, but these errors were encountered: