bpo-40823: Use loadTestsFromTestCase() iso. makeSuite() in sqlite3 tests by erlend-aasland · Pull Request #20538 · python/cpython (original) (raw)
GitHub messed up the encoding again! See #20538 (comment). I must remember no to use the suggestion feature for these files. We should normalise the encodings:
$ file Lib/sqlite3/test/*.py
Lib/sqlite3/test/__init__.py: empty
Lib/sqlite3/test/backup.py: Python script text executable, ASCII text
Lib/sqlite3/test/dbapi.py: Python script text executable, ISO-8859 text
Lib/sqlite3/test/dump.py: Python script text executable, ASCII text
Lib/sqlite3/test/factory.py: Python script text executable, ISO-8859 text
Lib/sqlite3/test/hooks.py: Python script text executable, ISO-8859 text
Lib/sqlite3/test/regression.py: Python script text executable, ISO-8859 text
Lib/sqlite3/test/transactions.py: Python script text executable, ISO-8859 text
Lib/sqlite3/test/types.py: Python script text executable, UTF-8 Unicode text
Lib/sqlite3/test/userfunctions.py: Python script text executable, UTF-8 Unicode text