adamchester / expecto-adapter

Visual Studio test adapter for Expecto (https://github.com/haf/expecto)
MIT License
28 stars 16 forks source link

Use fully qualified names for nesting in test explorer #47

Closed olivercoad closed 5 years ago

olivercoad commented 5 years ago

In Expecto, tests are treated like a path such as samples/universe exists, rather than like a fully qualified method name which Visual Studio expects and uses to handle nesting.

image

This pull request converts the path to enable a better use experience when a user has a number of (nested) test lists.

image

MNie commented 5 years ago

@olivercoad thanks for a contribution! Please take a look at comments and we could merge your changes :)

olivercoad commented 5 years ago

Thanks @MNie for the review and making me put in the extra little bit of effort

MNie commented 5 years ago

@olivercoad thanks for contribution :). I plan to deploy new version to nuget when I get a new apikey.