mattwhitfield / Unitverse

A unit test generation extension for Visual Studio that aims to always produce code that compiles - covering the basic cases automatically and preparing as much as it can for the complex cases.
MIT License
89 stars 20 forks source link

Maybe consider ordering generated tests alphabetically #222

Closed nosami closed 5 months ago

nosami commented 1 year ago
image

If it's not too much effort, maybe you could consider ordering the test names alphabetically so that the tests appear in the same order as the test explorer.

In this case, I wanted to fix tests from top to bottom in the order that they appear in the Test Explorer. It would be nice if I could fix tests by also working from top to bottom in the source code.

I know this is a marginal gain, but might just make fixing tests slightly less of a chore.

mattwhitfield commented 1 year ago

I haven't forgotten about this, just been quite short on time recently :)

mattwhitfield commented 5 months ago

I am not going to get round to this - closing for now!