mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-14 13:54:55 +00:00
[PR #191] [MERGED] Improve discoverability of test in VS test runner #851
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/xoofx/markdig/pull/191
Author: @leotsarev
Created: 1/8/2018
Status: ✅ Merged
Merged: 1/8/2018
Merged by: @xoofx
Base:
master← Head:improve-test-names📝 Commits (3)
544a64eImprove discoverability of test in VS test runner4ba98f5Merge branch 'master' into improve-test-namesc3600c2Merge branch 'master' into improve-test-names📊 Changes
2 files changed (+792 additions, -792 deletions)
View changed files
📝
src/Markdig.Tests/Specs/Specs.cs(+791 -791)📝
src/Markdig.Tests/Specs/Specs.tt(+1 -1)📄 Description
I'm using VS2017 test runner to run unit tests from this solution, and it has names like "Example0??". It's really confusing.
I fixed names to explicitly include name of spec file, so it starts looking like this (see s/shot)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.