JetBrains / resharper-fsharp

F# support in JetBrains Rider
Apache License 2.0
327 stars 54 forks source link

Cannot run tests #447

Closed kant2002 closed 1 year ago

kant2002 commented 1 year ago

After I update to latest version, after my experiments with #445 I observe following

and tests seems to be does not run. Not sure what to do.

kant2002 commented 1 year ago

Side node. I mostly C# developer by trade, and I would appreciate that process of running tests for Java would be documented. Probably the same for C# part, since if Java develop decides to contribute it may suffer same problem as me.

auduchinok commented 1 year ago

This is a recent issue, and should be fixed in either gradle-intellij or in the Rider SDK. I've reported it internally yesterday and will post a workaround if one is found before the fix is available.

Just a side note: the most of the tests are written in the .NET part of the plugin, and Java part contains only a few of them, mostly integration ones. For the most of the time you're probably interested in running tests in the ReSharper.FSharp solution instead.

kant2002 commented 1 year ago

My experiment consist of implementing custom keywords for F#, so I would like to run everything I have. Also I would be happy to know what’s canonical way to run tests, so I at least can improve docs in this area

auduchinok commented 1 year ago

This has been fixed.