Skip to content

Commit 1b0bf8f

Browse files
tests/README.md: minor update.
1 parent 806d0d8 commit 1b0bf8f

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

tests/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,11 @@ To skip tests before a particular test, set PYMUPDF_PYTEST_RESUME to the name
7979
of the function.
8080

8181
For example PYMUPDF_PYTEST_RESUME=test_haslinks.
82+
83+
84+
## Checks on all tests
85+
86+
All tests are wrapped by tests/conftest.py:wrap(), which does additional checking.
87+
88+
* Checks that pymupdf.TOOLS.mupdf_warnings() is empty.
89+
* Checks tests do not modify globals such as small_glyph_heights.

0 commit comments

Comments
 (0)