mirror of
https://github.com/python/cpython.git
synced 2025-08-01 07:33:08 +00:00
Fix Windows test skip error revealed by buildbot. Also a comment spelling
correction in a previously fixed test.
This commit is contained in:
parent
a08867d8a1
commit
840ac926c5
2 changed files with 5 additions and 10 deletions
|
@ -1,7 +1,7 @@
|
|||
import unittest
|
||||
from test.test_support import run_unittest, import_module
|
||||
|
||||
#Skip test of _sqlite3 module not installed
|
||||
# Skip test if _sqlite3 module was not built.
|
||||
import_module('_sqlite3')
|
||||
|
||||
from sqlite3.test import (dbapi, types, userfunctions, py25tests,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue