We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a27e687 commit b1bf98fCopy full SHA for b1bf98f
tests/conftest.py
@@ -1,5 +1,6 @@
1
import os
2
import platform
3
+import sys
4
5
import pymupdf
6
@@ -47,6 +48,8 @@ def get_fds():
47
48
# Run the test.
49
rep = yield
50
51
+ sys.stdout.flush()
52
+
53
# Test has run; check it did not create any MuPDF warnings etc.
54
wt = pymupdf.TOOLS.mupdf_warnings()
55
if not hasattr(pymupdf, 'mupdf'):
0 commit comments