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

parallel test execution #53

Open amirrajan opened 11 years ago

amirrajan commented 11 years ago

Some tests would be safe to run in parallel (maybe at the context level). MbUnit has a concept of parallelizable. Maybe parallel execution can be performed at some level in NSpec.

amirrajan commented 8 years ago

Still relevant. Should be resolved when all devs are required to build their own Program.cs/console app (which will be stupid easy)