python (3.11.7)

(root)/
lib/
python3.11/
test/
test_sqlite3/
__main__.py
       1  from test.test_sqlite3 import load_tests  # Needed for the "load tests" protocol.
       2  import unittest
       3  
       4  unittest.main()