Skip to content

Commit b008f05

Browse files
committed
Update test output and show how to run tests
1 parent 6d910b4 commit b008f05

1 file changed

Lines changed: 11 additions & 8 deletions

File tree

doc/install.rst

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -405,19 +405,22 @@ dedicated to testing than makes up the actual database functionality.
405405
APSW includes tests which use the standard Python testing modules to
406406
verify correct operation. New code is developed alongside the tests.
407407
Reported 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

Comments
 (0)