Expecto support #44
Replies: 1 comment
-
|
Hi. Thanks for using the plugin 🙏🏻 The problem with Expecto, however, is that Expecto does not provide information about where in the file the test is located, which is used in used in this plugin the map the test cases to a file location (which is why many test cases from Expecto ends up as weird nested test cases). Perhaps there is a smarter way to group test cases in this plugin, but it's a bit of a bummer that Expecto doesn't just return this information. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey! First of all thank you for this plugin, really helped me with the transition from vscode to neovim as a dotnet dev.
I was wondering if it would be possible to also add support for Expecto? It's an F# testing lib and I've had issues with it. A few tests are discovered but they look a little out of place, while some are not.
Expecto uses this package to integrate with VSTest so technically it should be do-able?
Beta Was this translation helpful? Give feedback.
All reactions