On Fri, 19 Aug 2011, Shmuel Fomberg wrote:

> How does this help me? the tables are locked, and I can not write. how
> do I test?

If it's not the database that you're trying to test -- why
not mock the database tables?
This way you can unit test your code without the need to the
actual databse.

Another way to go is to have a sudo-database in memory,
instead of actually going to the database.


-- 
Shlomo Yona
[email protected]
http://yeda.cs.technion.ac.il/~yona/
_______________________________________________
Perl mailing list
[email protected]
http://mail.perl.org.il/mailman/listinfo/perl

Reply via email to