jdabtieu/CTFOJ

[TESTING] Change conftest.py to use INSTALL.py SQL schema

jdabtieu opened this issue · 0 comments

Currently there are two sets of SQL schema, one in INSTALL.sh and another in conftest.py. This is kinda bad and there should only be one schema that both use.

Easy fix is to bring the create table commands from INSTALL.sh into another file and have both conftest and INSTALL read from that to create tables.