This requires a few steps:
- refactor the BaseTestStorage to use SingleDbTestFixture
- rename any swh-xxx.sql files into NN-swh-xxx.sql so we can sort them without ambiguity
- move them into the python package, so the tests knows where to look for them.
Related to T1265.