I recently tried using NAnt (beta 0.86.2962.0) to run some unit tests compiled with the latest stable version of NUnit (v2.4.8) without any success.
The error I am getting is the following:
[nunit2] The assembly "C: \ Dev \ MySample \ bin \ tests \ My.Sample.Tests.dll" does not contain tests.
Of course, the assembly contains tests that I can run from any runner, for example, NUnit one, TestDriven or Resharper. I would like to use the <nunit2> task, not the <exec> one directly, but I wonder if this is possible, even using the app.config files to link build versions.
Romain verdier
source share