F# add Unit Test support
Although FP style is Unit Test ready code there is no support in VS for Unit Test feature in F#.
5 comments
-
Tao
commented
http://visualstudiogallery.msdn.microsoft.com/432eb82c-345e-4502-be56-015fe051a210 is the F# unit test template
-
Peter Provost [MSFT]
commented
I bellieve both the NUnit and xUnit plugins for VS11 Beta work with F#. Did you try those?
-
Carsten König
commented
@David: if you choose the right test-framework you can do this already. I think xUnit will do the trick
-
Steffen Forkmann commented
-1 just use one of the existing libs.
-
David Grenier
commented
At a bare minimum, it would be great to be able to annotate a module with TestClass and have all the same currently working features (C# test runner class, etc) instead of having to create a type. It would allow us more flexibility (opening modules, type alias, etc..)