ONSdigital / dp-find-insights-poc-api

Find Insights Proof of Concept
MIT License
1 stars 0 forks source link

Feature/db test poc #105

Closed stmuk closed 2 years ago

stmuk commented 2 years ago

Add in "comptest" - pkg/geodata/rowquery_test.go is a real test for rowQuery (simple case) - comptests/tests/main_test.go are "cleaner" example tests.

These tests use an empty db (just schema) and put in data so that tests pass.

Refactor schema creation into model.provision.go and add funcs to setup postgres docker and tear down.