@@ -405,19 +405,22 @@ dedicated to testing than makes up the actual database functionality.
405405APSW includes tests which use the standard Python testing modules to
406406verify correct operation. New code is developed alongside the tests.
407407Reported issues also have test cases to ensure the issue doesn't
408- happen or doesn't happen again.:
408+ happen or doesn't happen again. Use ``python3 -m apsw.tests `` to
409+ run all the tests. You can provide a ``-v `` option to see each test
410+ as it is run.
409411
410412.. code-block :: output
411413
412- Python /usr/bin/python3 sys.version_info(major=3, minor=12, micro=7, releaselevel='final', serial=0) 64bit ELF
413- Testing with APSW file /space/apsw/apsw/__init__.cpython-312-x86_64-linux-gnu.so
414- APSW version 3.47.0.0
415- SQLite lib version 3.47.0
416- SQLite headers version 3047000
414+ $ python3 -m apsw.tests
415+ Python /space/apsw/.venv/bin/python3 sys.version_info(major=3, minor=13, micro=3, releaselevel='final', serial=0) 64bit ELF
416+ Testing with APSW file /space/apsw/apsw/__init__.cpython-313-x86_64-linux-gnu.so
417+ APSW version 3.50.0.0
418+ SQLite lib version 3.50.0
419+ SQLite headers version 3050000
417420 Using amalgamation True
418- .....................................................................................................................................................................
421+ ......................................................................................................................................................................................
419422 ----------------------------------------------------------------------
420- Ran 165 tests in 29.844s
423+ Ran 182 tests in 57.382s
421424
422425 OK
423426
0 commit comments