>>> # cut and paste shit I don't understand and use it anyway!
>>> from PloneDocTestNGCaseDS9 import MakeAPlone
>>> plone = MakeAPlone()
>>> 'mytool' in plone.objectIds()
True
... and so on. We both know that this is how it would have went if everything had been doctests instead of unit tests from the start. This is not a doctest vs unittest thing, it's a think instead of not-think thing.
>>> # cut and paste shit I don't understand and use it anyway!
>>> from PloneDocTestNGCaseDS9 import MakeAPlone
>>> plone = MakeAPlone()
>>> 'mytool' in plone.objectIds()
True
... and so on. We both know that this is how it would have went if everything had been doctests instead of unit tests from the start. This is not a doctest vs unittest thing, it's a think instead of not-think thing.