Active
Project:
SimpleTest Fixture
Version:
7.x-1.0
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
14 Jan 2012 at 11:17 UTC
Updated:
14 Jan 2012 at 11:30 UTC
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
Comment #1
webflo commentedI have done some research and found a related module. SimpleTest Clone
Comment #2
al.ex commentedI'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.