aboutsummaryrefslogtreecommitdiff
path: root/stats
diff options
context:
space:
mode:
authorAbigail <abigail@abigail.be>2020-11-05 18:53:56 +0100
committerAbigail <abigail@abigail.be>2020-11-05 18:53:56 +0100
commit326705eb376c6731d9b7ce701dbdfe28bf68d46e (patch)
treebc19bd3675981ee484c602cc22cab3681e78a84c /stats
parent6b3888f67ac29397db7ff4c2d42eb1bbf196b687 (diff)
downloadperlweeklychallenge-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