Without an IDE integration, running F# unit tests is pretty cumbersome.
One needs to compile them and then pass the resulting dll to a test runner.
I want to find an easier way to run the kind of tests you find for problems on http://exercism.io/
Any ideas?