osmand_map_creation
osmand_map_creation copied to clipboard
Investigate moving away from psql calls
Using something like psycopg2 or sql alchemy would be much better for testing with easier to parse output. It may be quicker since using subprocess to run psql involves opening a shell.
tests moved to psycopg2 in 29a5728dee9a9ad7d65ac9075bec7e741ae95e3c. table restores still done using psql, doesn't sound like psycopg2 is designed for that.
filter_data moved to psycopg2 in fc7fb1d2b722ba5f7e93bc1739f40962ef12e13e.
merge_oa tests in f524a21f506601a0cfdc02f7e4fe5a0c106ce6c2 were written with sql calls instead of using pg_dump. Easier to add data for cases than using old process to regenerate files using pg_dump.
rest will be done in #79