I keep forgetting to change the db when I run tests which affect the database, so I end up dropping my local database and it's a bit inconvenient to have to re-download loads of raw data again for development.
Can we add a postgres URL to settings for a test database, and use that by default in all the tests to avoid this happening?
I keep forgetting to change the db when I run tests which affect the database, so I end up dropping my local database and it's a bit inconvenient to have to re-download loads of raw data again for development.
Can we add a postgres URL to settings for a test database, and use that by default in all the tests to avoid this happening?