jcansdale / TestDriven.Net-Issues

Issue tracking for TestDriven.Net
https://github.com/jcansdale/TestDriven.Net-Issues/issues
24 stars 2 forks source link

On Visual Studio 2015 / "15" test summary for runs with skipped tests appears indented #55

Closed jcansdale closed 7 years ago

jcansdale commented 8 years ago

For example:

------ Test started: Assembly: TestDriven.AdHoc..Tests.dll ------
27 passed, 0 failed, 0 skipped, took 3.98 seconds (NUnit 3.4.1).

------ Test started: Assembly: TestDriven.Services.Tests.dll ------
            191 passed, 0 failed, 12 skipped (see 'Error List / Messages'), took 5.68 seconds (NUnit 3.4.1).
<----------> indented by 12 spaces!?!
========== Total Tests: 218 passed, 0 failed, 12 skipped, took 9.81 seconds ==========