PolicyEngine / policyengine-api

PolicyEngine's REST API for computing policy impacts.
GNU Affero General Public License v3.0
11 stars 26 forks source link

Add test that database is not local #1944

Open nikhilwoodruff opened 2 weeks ago

nikhilwoodruff commented 2 weeks ago

I often need to set the database local=True to avoid the app crashing locally. But this will mean the live site doesn't access the policy database.

MARRSOX commented 2 weeks ago

@nikhilwoodruff can i try to solve it?

nikhilwoodruff commented 2 weeks ago

Sure! Thanks. Should be doable with one pytest test.

MARRSOX commented 2 weeks ago

@nikhilwoodruff could we communicate somewhere, do I need to ask something about it?