vote up 1 vote down star

NUnit is not picking up my app.config settings, despite the app.config file being named the same as the .dll being executed. I'm using

tools\nunit\bin\nunit-console.exe src\Automation.WebTests\bin\release\Automation.WebTests.dll

I've also tried tools\nunit\bin\nunit-console.exe src\Automation.WebTests\bin\release\Automation.WebTests.dll /config=src\Automation.WebTests\bin\release\Automation.WebTests.dll

The src\Automation.WebTests\bin\release directory contains Automation.WebTests.dll Automation.WebTests.dll.config

From what I've read, it should be working. Anyone got any ideas?

flag

78% accept rate

1 Answer

vote up 0 vote down

I got some answers that may be helpful when I asked a somewhat related question:

http://stackoverflow.com/questions/168931/unit-testing-the-app-config-file-with-nunit

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.