bezborodow / psyqlepg

Basic common SQL queries for Psycopg.
https://pypi.org/project/psyqlepg/
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Test Suite #2

Open bezborodow opened 7 months ago

bezborodow commented 7 months ago

Need a test suite. Currently I am using on another project for local development:

(venv) pip install ~/src/psyqlepg/
bezborodow commented 7 months ago

Look here for possible inspiration: https://github.com/psycopg/psycopg/tree/master/tests

bezborodow commented 7 months ago

Tests now exist. Only limited testing for now.

Test suite inspired by Psycopg 2. Might not be the best way to do it, but better than nothing.