]> git.ipfire.org Git - thirdparty/psycopg.git/commit
test: add module to test with template strings
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 29 Apr 2025 17:04:50 +0000 (19:04 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 8 Sep 2025 09:46:55 +0000 (11:46 +0200)
commitf61ee84470c336eddca27a74ee501a15d3944a7d
treebb76f634b3d422685a0b53005ea0e2de03f1c551
parent4cd9b1966d81bf3ea914f5a132c8000d99cfe866
test: add module to test with template strings

Skip module collection on Python version which don't support the syntax.
tests/conftest.py
tests/test_tstring.py [new file with mode: 0644]