Hello Pavel.

IIRC there were few discussions but no one ever came with realistic plan.
>

I don't think it needs a big plan at all.  Each test is independed,
so you can even mix tests from different frameworks.

Also testing has already been started. Simply proceed instead of big plans.

Especially the sources are completely independet from the tests and should
be.

The important point is, that testing leads to restructure the source step
by step
in the spirit of more independency of each class.

That makes them better maintainable and reusable.

Because of this independence of the tests from the sources it makes sense
to put the tests in it's own directory tree:

src/go/here/

tests/unit/go/here/
tests/behaviour/go/here/
tests/integration/go/here/

I will evaluate if it's possible to move the existing tests out of the
sources
as on of the next steps.

Regards

\Elmar

-- 
Elmar Hinz
Freiherr-vom-Stein-Str. 1
33014 Bad Driburg

TYPO3 community contact: t.3.e.l.m.a...@.g.m.a.i.l.dot.c.o.m
personal contact: e.l.m.a.r.dot.h.i.n...@.g.m.a.i.l.dot.c.o.m

Reply via email to