xsawyerx / PearlBee

Blogging system in Modern Perl
6 stars 2 forks source link

Test fixtures #14

Open xsawyerx opened 8 years ago

xsawyerx commented 8 years ago

Instead of relying on actual database data, we should provide either corpus data in a SQLite DB file in t/, or have fixtures that create an in-memory storage (SQLite has that) and populate it with corpus data.