Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-43853: Expand test suite for SQLite UDF's #27642

Merged
merged 16 commits into from
Jan 26, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'main' into sqlite-test-udf-str-with-null
Erlend E. Aasland committed Jan 22, 2022
commit 417c57b7d933595e1302a4f5b715f901354fb639
3 changes: 2 additions & 1 deletion Lib/test/test_sqlite3/test_userfunctions.py
Original file line number Diff line number Diff line change
@@ -31,7 +31,8 @@
import sqlite3 as sqlite

from test.support import bigmemtest, catch_unraisable_exception, gc_collect
from .test_dbapi import cx_limit

from test.test_sqlite3.test_dbapi import cx_limit


def with_tracebacks(exc, regex="", name=""):
You are viewing a condensed version of this merge commit. You can view the full changes here.