diff options
| author | Abigail <abigail@abigail.be> | 2020-11-05 18:53:56 +0100 |
|---|---|---|
| committer | Abigail <abigail@abigail.be> | 2020-11-05 18:53:56 +0100 |
| commit | 326705eb376c6731d9b7ce701dbdfe28bf68d46e (patch) | |
| tree | bc19bd3675981ee484c602cc22cab3681e78a84c /stats | |
| parent | 6b3888f67ac29397db7ff4c2d42eb1bbf196b687 (diff) | |
| download | perlweeklychallenge-club-326705eb376c6731d9b7ce701dbdfe28bf68d46e.tar.gz perlweeklychallenge-club-326705eb376c6731d9b7ce701dbdfe28bf68d46e.tar.bz2 perlweeklychallenge-club-326705eb376c6731d9b7ce701dbdfe28bf68d46e.zip | |
Allow testing of SQL solutions.
Testing SQL requires to lot more work from the test program than testing
other languages. For other languages, they just read the input, and
calculate what ever needs to be calculated.
For SQL, things are a bit different. We need to create a database
(SQLite, in memory), create some tables (from a file .tables),
and, for each test, clear the tables, and fill it with data.
And since we have a habit to have actual multiple tests per file,
we need some machinery to deal with that setup.
Diffstat (limited to 'stats')
0 files changed, 0 insertions, 0 deletions
