nunit-core team mailing list archive
-
nunit-core team
-
Mailing list archive
-
Message #01520
[Bug 706360] Re: Assembly needs to reload AFTER test run
Reloading after each run really doesn't seem to serve any purpose. Once
the run is complete, reloading will not have any impact at all.
It is not true (in the current release) that reloading the tests discards the
existing agent. However it was true in past. If you are using an older release,
the easiest solution is to upgrade.
** Changed in: nunitv2
Status: New => Opinion
--
You received this bug notification because you are a member of NUnit
Developers, which is subscribed to NUnit V2.
https://bugs.launchpad.net/bugs/706360
Title:
Assembly needs to reload AFTER test run
Status in NUnit V2 Test Framework:
Opinion
Bug description:
Currently the Assembly reload option is "Reload BEFORE each test run".
This makes it impossible to debug a test via attaching to the NUint
agent. You can only attach to an agent that will be discarded as soon
as you run the test. "Reload AFTER each test run" should fix that.
References