Wednesday, January 23, 2008
Nate Hoellin has a great article on setting up an F# project for TDD with NUnit. Check it out:

Sample setup for Visual Studio 2008 for F# Unit Testing with NUnit


posted on Wednesday, January 23, 2008 3:36:03 PM (Eastern Standard Time, UTC-05:00)  #    Comments [2]

kick it on DotNetKicks.com
Wednesday, January 23, 2008 4:04:08 PM (Eastern Standard Time, UTC-05:00)
You should check out xUnit.net for unit testing in F#. It supports static test methods, so you can write test functions directly w/o needing to put them inside a class. I described it on my blog @ Practical F# Parsing: Unit Testing.
Wednesday, January 23, 2008 8:38:07 PM (Eastern Standard Time, UTC-05:00)
This almost exactly what I have setup. But I didn't have separate Output directory. I definitely should. It is UGLY right now.
Comments are closed.