Any plans? I would like to have this for D6. I invest some time in next couple of weeks. Or are you working on it already?

Comments

webflo’s picture

I have done some research and found a related module. SimpleTest Clone

al.ex’s picture

I'm not actively working on a D6 port, your patches are welcome though :)

I'm aware of SimpleTest Clone of course and it served me as a basis for Fixture. The difference to Clone is that Fixture switches to an already existing (fixture) database instead of cloning/creating a new database for every test run. This makes tests run much, much faster which is the intended goal here.