plone / plone.act

DEPRECATED Acts, not words : ACceptance Testing for Plone
2 stars 2 forks source link

Remove Makefile (and disable Zope2ServerLibrary -approach; temporarily?) #8

Closed datakurre closed 11 years ago

datakurre commented 11 years ago

@tisto requested removing Makefile and using only buildout to make plone.act look more familiar.

This doesn't clean up acceptance-tests-folder yet, because Timo was working on it.

This also disables Zope2ServerLibrary-approach. Merge with care.

witsch commented 11 years ago

i'd say let more people have a look at make — it's a really powerful tool, which is way more suited to many things than buildout is. buildout is python-centric, but if you need additional setup/environment make is often much better. the argument of not exposing people to stuff they don't know is silly — it's like telling them not to use tests in the first place. they're not familiar with them after all, right?! :)

datakurre commented 11 years ago

I'm ok with that.

hvelarde commented 11 years ago

:+1: on @witsch

but we need to find/write a basic tutorial on how Make works...