search for: red_ford

Displaying 1 result from an estimated 1 matches for "red_ford".

Did you mean: bedford
2006 Feb 17
0
Model relationships in tests
I''m finding that its a pain to create yml files for tests where there are relationships between tables/classes. For example, I might have something like this: vehicle.yml red_ford: id:1 owner_id:2 owner.yml ford_owner: id:2 address_id:5 address.yml home_address: id:5 etc. To build up complex test relations, I have to edit all three files, keeping track of the ids / fkeys for each test case. I''ve thought about skipping foreign keys altogether in th...