views:

20

answers:

1

If I have a loaded assembly in Gallio, and I select a couple of Tests and click "Start" it will run those tests and still remember which tests were selected.

On the other hand, if I hit "Reload", it will forget which tests I had selected (rendering the feature kinda useless). Is there any way to prevent this behaviour? I have my tests defined in several categories, and I want to always automatically run the "Unit-Test" category tests, when compiling my project in Visual Studio.

Thanks

+1  A: 

This is a known bug in Icarus test runner (see issue 707). I'm not aware of any workaround for the moment, but it should hopefully be fixed soon.

Yann Trevin