nspec / NSpec

A battle hardened testing framework for C# that's heavily inspired by Mocha and RSpec.
http://nspec.org/
MIT License
260 stars 57 forks source link

NSpec.VsAdapter: initial tests on real projects #110

Closed BrainCrumbz closed 8 years ago

BrainCrumbz commented 8 years ago

@amirrajan if/when you have the chance, it would be great if you could give a go at our VS test adapter for NSpec, NSpec.VsAdapter.

We ran it on a couple of real projects (beside dummy projects & unit/integration tests, of course) and it seems to be fine. It is much quicker than another NSpec Visual Studio test runner we tried in the past.

Instructions, if needed, are in readme#Contributing: it is just a matter of setting the startup project & pressing F5 to run an experimental VS instance (so not to interfere with your official working environment).

Maybe you didn't use Visual Studio a lot recently, but maybe this will tempt you to do so :smiley_cat:

amirrajan commented 8 years ago

You will have to pull emacs out of my cold dying hands.

I'll give VS a shot this weekend though ^_^

BrainCrumbz commented 8 years ago

:smile: ...only VS2013 for now, sadly Thanks a lot