testing.combinations(
(
"FOREIGN KEY (tid) REFERENCES some_table(id)",
_fk_match("tid", "some_table", "id"),
),
(
'FOREIGN KEY (tid) REFEREN
| 1 | import itertools |
| 2 | from operator import itemgetter |
| 3 | import re |
| 4 |
nothing calls this directly
no outgoing calls
no test coverage detected