NUnit 2.5.8, lots of nunit-agent.exe

前端 未结 2 1250
青春惊慌失措
青春惊慌失措 2020-12-16 16:14

Each time I run a test in nunit I get another nunit-agent, which does not exit the test completes, or when the tests are reloaded in nunit or when I restart nunit. This e

2条回答
  •  离开以前
    2020-12-16 17:11

    I've just encountered the same problem. The fix is to edit the NUnit.exe.config file and add this:

    
      
    
    

    as a child of the configuration element.

    It also fixes another problem which is that you couldn't attach to NUnit from the debugger in order to set breakpoints in your tests.

提交回复
热议问题