[PR #191] [MERGED] Improve discoverability of test in VS test runner #851

Open
opened 2026-01-29 14:46:23 +00:00 by claunia · 0 comments
Owner

📋 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: masterHead: improve-test-names


📝 Commits (3)

  • 544a64e Improve discoverability of test in VS test runner
  • 4ba98f5 Merge branch 'master' into improve-test-names
  • c3600c2 Merge 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)
default


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

## 📋 Pull Request Information **Original PR:** https://github.com/xoofx/markdig/pull/191 **Author:** [@leotsarev](https://github.com/leotsarev) **Created:** 1/8/2018 **Status:** ✅ Merged **Merged:** 1/8/2018 **Merged by:** [@xoofx](https://github.com/xoofx) **Base:** `master` ← **Head:** `improve-test-names` --- ### 📝 Commits (3) - [`544a64e`](https://github.com/xoofx/markdig/commit/544a64e5c96e3e50e9ad2e0b9f96ad55b1275e56) Improve discoverability of test in VS test runner - [`4ba98f5`](https://github.com/xoofx/markdig/commit/4ba98f594abde6032fa689600233003f7e417b3d) Merge branch 'master' into improve-test-names - [`c3600c2`](https://github.com/xoofx/markdig/commit/c3600c2ba57b582ba6d1e75b2dee29750955ce58) Merge branch 'master' into improve-test-names ### 📊 Changes **2 files changed** (+792 additions, -792 deletions) <details> <summary>View changed files</summary> 📝 `src/Markdig.Tests/Specs/Specs.cs` (+791 -791) 📝 `src/Markdig.Tests/Specs/Specs.tt` (+1 -1) </details> ### 📄 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) ![default](https://user-images.githubusercontent.com/909808/34676713-d2234df4-f49e-11e7-828a-6e62694b9bbe.png) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 14:46:23 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#851