>> This is a great feature, and I love the UI you've created to run the >> tests, however, it needs one thing, or its pretty useless to me. >> >> Let me set the "Run from directory" >> >> Thanks. >
>> Aha :) Now we have another vote for this feature. I've already >> requested this, as I have the same needs/issues as you do, apparently. >> >> "Eric" <no_mail@jetbrains.com> wrote in message >> news:20743349.1128357985221.JavaMail.itn@is.intellij.net... >>> This is a great feature, and I love the UI you've created to run the >>> tests, however, it needs one thing, or its pretty useless to me. >>> >>> Let me set the "Run from directory" >>> >>> Thanks. >> >> >
Actually, I would go with the model that the "Nunit-gui" program goes with, where you actually select the dll to use, and it runs from that directory.
Basically, there are some resources required for my app to run, and I have a post build step that copies the freshly built dlls to an external location so that it can sit next to the needed resources.
You could let the user select an "ouput directory", and then, when the user selects "run this test case", it tries to find that dll in the selected directory, and then run that test case.
Also, it would be nice if r# wouldn't build every time you run the test case from the little icons in the text editor. Maybe an option?
You can have "r#unit" monitor that folder for files that change based on modification dates of the files.
>> If I ran test from some given directory, where the test DLL should be >> searched for? >> >> -- >> Eugene Pasynkov >> Developer >> JetBrains, Inc >> http://www.jetbrains.com >> "Develop with pleasure!" >> "Paul Bradshaw" <pbradshaw@advsol.com> wrote in message >> news:dhrq3t$qu5$1@is.intellij.net... >>> Aha :) Now we have another vote for this feature. I've already >>> requested this, as I have the same needs/issues as you do, apparently. >>> >>> "Eric" <no_mail@jetbrains.com> wrote in message >>> news:20743349.1128357985221.JavaMail.itn@is.intellij.net... >>>> This is a great feature, and I love the UI you've created to run the >>>> tests, however, it needs one thing, or its pretty useless to me. >>>> >>>> Let me set the "Run from directory" >>>> >>>> Thanks. >>> >>> >> >> >
Aha :) Now we have another vote for this feature. I've already requested
this, as I have the same needs/issues as you do, apparently.
"Eric" <no_mail@jetbrains.com> wrote in message
news:20743349.1128357985221.JavaMail.itn@is.intellij.net...
>
>
If I ran test from some given directory, where the test DLL should be
searched for?
--
Eugene Pasynkov
Developer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
"Paul Bradshaw" <pbradshaw@advsol.com> wrote in message
news:dhrq3t$qu5$1@is.intellij.net...
>
>> This is a great feature, and I love the UI you've created to run the
>> tests, however, it needs one thing, or its pretty useless to me.
>>
>> Let me set the "Run from directory"
>>
>> Thanks.
>
Yes. The DLL should be in the specified directory (most likely copied there
by a post build step, along with other supporting runtime files)
"Eugene Pasynkov (JetBrains)" <Eugene.Pasynkov@jetbrains.com> wrote in
message news:dhtc5q$83f$1@is.intellij.net...
>
>> Aha :) Now we have another vote for this feature. I've already
>> requested this, as I have the same needs/issues as you do, apparently.
>>
>> "Eric" <no_mail@jetbrains.com> wrote in message
>> news:20743349.1128357985221.JavaMail.itn@is.intellij.net...
>>> This is a great feature, and I love the UI you've created to run the
>>> tests, however, it needs one thing, or its pretty useless to me.
>>>
>>> Let me set the "Run from directory"
>>>
>>> Thanks.
>>
>>
>
Actually, I would go with the model that the "Nunit-gui" program goes with, where you actually select the dll to use, and it runs from that directory.
Basically, there are some resources required for my app to run, and I have a post build step that copies the freshly built dlls to an external location so that it can sit next to the needed resources.
You could let the user select an "ouput directory", and then, when the user selects "run this test case", it tries to find that dll in the selected directory, and then run that test case.
Also, it would be nice if r# wouldn't build every time you run the test case from the little icons in the text editor. Maybe an option?
You can have "r#unit" monitor that folder for files that change based on modification dates of the files.
just some ideas.
Done in build 208
--
Eugene Pasynkov
Developer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
"Paul Bradshaw" <pbradshaw@advsol.com> wrote in message
news:dhu4pq$77s$1@is.intellij.net...
>
>> If I ran test from some given directory, where the test DLL should be
>> searched for?
>>
>> --
>> Eugene Pasynkov
>> Developer
>> JetBrains, Inc
>> http://www.jetbrains.com
>> "Develop with pleasure!"
>> "Paul Bradshaw" <pbradshaw@advsol.com> wrote in message
>> news:dhrq3t$qu5$1@is.intellij.net...
>>> Aha :) Now we have another vote for this feature. I've already
>>> requested this, as I have the same needs/issues as you do, apparently.
>>>
>>> "Eric" <no_mail@jetbrains.com> wrote in message
>>> news:20743349.1128357985221.JavaMail.itn@is.intellij.net...
>>>> This is a great feature, and I love the UI you've created to run the
>>>> tests, however, it needs one thing, or its pretty useless to me.
>>>>
>>>> Let me set the "Run from directory"
>>>>
>>>> Thanks.
>>>
>>>
>>
>>
>