mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-20 09:58:24 -04:00
6 lines
320 B
Plaintext
6 lines
320 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.
|