mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
10b9ccfd51
database, deploys your DBIC schema, and then connects to it. This lets you easily test your DBIC schema. Since you have a fresh database for every test, you don't have to worry about cleaning up after your tests, ordering of tests affecting failure, etc. WWW: http://search.cpan.org/dist/DBICx-TestDatabase/
8 lines
374 B
Plaintext
8 lines
374 B
Plaintext
The Perl 5 module DBICx::TestDatabase creates a temporary SQLite
|
|
database, deploys your DBIC schema, and then connects to it. This
|
|
lets you easily test your DBIC schema. Since you have a fresh
|
|
database for every test, you don't have to worry about cleaning up
|
|
after your tests, ordering of tests affecting failure, etc.
|
|
|
|
WWW: http://search.cpan.org/dist/DBICx-TestDatabase/
|