CloverHealth / pytest-pgsql

Clean PostgreSQL Databases for Your Tests
http://pytest-pgsql.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
65 stars 4 forks source link

Use Clover's public python template #6

Open wesleykendall opened 6 years ago

wesleykendall commented 6 years ago

@dargueta CC @gwax this updates pytest-pgsql to use https://github.com/CloverHealth/temple-python-public as the template

The template was created using the scaffolding changes in this project, so there weren't a bunch of diffs. I manually updated some of the differences in the template that are not in this repo.

Doing this change means that pytest-pgsql will be kept in sync with changes to the template

jiffyclub commented 6 years ago

You'll need to add installation of Postgres to the test setup (it's not part of the template), you can see an example here: https://github.com/CloverHealth/pgmock/blob/5c0d2be637c23729a306c0346b9ec1340450a54b/.circleci/config.yml#L17-L22.

dargueta commented 5 years ago

@jiffyclub I no longer have access to this branch as I was removed as a contributor. Unless Wes picks this back up again I think we're going to have to restart it.

Kinduva heretical thought -- do we need Temple?