--
You received this message because you are subscribed to the Google Groups "chucknorris" group.
To view this discussion on the web visit https://groups.google.com/d/msg/chucknorrisframework/-/ceuoM-fZA6YJ.
To post to this group, send email to chucknorri...@googlegroups.com.
To unsubscribe from this group, send email to chucknorrisframe...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/chucknorrisframework?hl=en.
Don't worry about the unit testing principles, I'm wearing the
three-piece suit at the moment ;-)
We have separated our tests into real unittests (fast, no config,
possibly mutlithreaded, ...) and NUnit-based integration tests
(NHibernate mapping, NUnitForms, ...) .
Using the UppercuT assembly naming convention only the "real"
unittests get run during compile.bat.
Our developers are only required to run the compile.bat step before
committing, however the other tests still need to be developed and run
locally sometimes...
>> On Mon, Apr 2, 2012 at 9:57 AM, Rob Reynolds <ferven...@gmail.com> wrote:
>>>
>>> Reading again, is there a concept of a local visual studio build that
>>> would allow you to copy that item for testing?
I'm not sure what you mean with a "local visual studio build". Our
solutions only contains regular vb/C# projects without custom MSBuild
build events.
> On Mon, Apr 2, 2012 at 9:59 AM, Rob Reynolds <ferven...@gmail.com> wrote:
>>
>> Actually on the alternative, you can hook into extension points along the
>> build with uppercut. So it would make the most sense to make a
>> package.post.step and physically delete that file from your code_drop
>> folder. Then you still get the benefit of testing and the safety of not
>> deploying the file accidentally.
>> http://uppercut.pbworks.com/w/page/9022440/CustomizeUsingExtensionPoints
This is what I'll be looking into in combination with Alan Howard's suggestion.
I'll add a hibernate.cfg.xml file to the project pointing to some
local common development alias, this way everyone can choose the
instance name freely as long as they make sure the alias is
configured.
And during packaging I'll remove all the files that are templated ...
Greetings,
Jan
--
You received this message because you are subscribed to the Google Groups "chucknorris" group.
--
You received this message because you are subscribed to the Google Groups "chucknorris" group.
To view this discussion on the web visit https://groups.google.com/d/msg/chucknorrisframework/-/cOICziQPFZEJ.