http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12603

Martin Renvoize <martin.renvo...@ptfs-europe.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |martin.renvoize@ptfs-europe
                   |                            |.com

--- Comment #7 from Martin Renvoize <martin.renvo...@ptfs-europe.com> ---
I'm starting to get my head around this.. basically it sits between the
database and a new test right.. and it does the adding to database for you such
that you can not bother calling context and manually adding all the data per
test.

I'm wondering if this abstraction could go further and allow a mock option such
that said data gets pushed into a mocked object instead of the db upon request
(or lack of a db to test against).. allowing to write one test for db dependant
and independent..

Just some thoughts?

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to