Skip to content

Commit bd6a870

Browse files
committed
Import unittest.mock, so test_sqlite3.test_cli works on its own
1 parent a59ec6a commit bd6a870

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_sqlite3/test_cli.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
import sys
44
import textwrap
55
import unittest
6+
import unittest.mock
67
import os
78

89
from sqlite3.__main__ import main as cli

0 commit comments

Comments
 (0)