nunit-core team mailing list archive
-
nunit-core team
-
Mailing list archive
-
Message #01519
[Bug 706360] [NEW] Assembly needs to reload AFTER test run
Public bug reported:
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.
** Affects: nunitv2
Importance: Undecided
Status: New
** Tags: feature
--
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:
New
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.
Follow ups
References