PATH: //proc/thread-self/root/opt/alt/python311/lib64/python3.11/test/test_sqlite3
FILE_BARU
CREATE
FOLDER_BARU
MKDIR
UPLOAD_FILE
GO
[ .. KEMBALI ]
📄 __init__.py
↓
X
📄 __main__.py
↓
X
📁 __pycache__/
X
📄 test_backup.py
↓
X
📄 test_dbapi.py
↓
X
📄 test_dump.py
↓
X
📄 test_factory.py
↓
X
📄 test_hooks.py
↓
X
📄 test_regression.py
↓
X
📄 test_transactions.py
↓
X
📄 test_types.py
↓
X
📄 test_userfunctions.py
↓
X
SAVING...
BERHASIL DIUBAH!
EDITING: __init__.py
from test.support import import_helper, load_package_tests, verbose # Skip test if _sqlite3 module not installed. import_helper.import_module('_sqlite3') import unittest import os import sqlite3 # Implement the unittest "load tests" protocol. def load_tests(*args): pkg_dir = os.path.dirname(__file__) return load_package_tests(pkg_dir, *args) if verbose: print("test_sqlite3: testing with version", "{!r}, sqlite_version {!r}".format(sqlite3.version, sqlite3.sqlite_version))
SIMPAN PERUBAHAN