Florents-Tselai / babar

🐘❤️🐍 Turn any Python object into a Postgres extension
https://babar.tselai.com
Apache License 2.0
3 stars 0 forks source link

Add integration tests with Postgres #1

Closed Florents-Tselai closed 9 months ago

Florents-Tselai commented 10 months ago

Currently pytests only test that code is genereated properly, but the components are not actually installed in a running PG instance. The CI is already set for this

Florents-Tselai commented 10 months ago

Should probably separate this in a separate workflow, don't wanna mess with both sudo make install and pytest.

Florents-Tselai commented 9 months ago

Or better yet, include a bash file, run it in CI and check the exit status.

Florents-Tselai commented 9 months ago

If anyone as a GH action already doing this Postgres + PlPython + make install + make check , please link it here.