This commit is contained in:
James R. Barlow
2016-10-05 16:39:00 -07:00
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
[pytest]
norecursedirs = lib .pc
norecursedirs = lib .pc .git
+2
View File
@@ -634,5 +634,7 @@ def test_masks(spoof_tesseract_noop):
check_ocrmypdf('masks.pdf', 'test_masks.pdf', env=spoof_tesseract_noop)
@pytest.mark.skipif(not os.path.isfile(_infile('milk.pdf')),
reason="fair use restricted test resource does not exist")
def test_linearized_pdf_and_indirect_object(spoof_tesseract_noop):
check_ocrmypdf('milk.pdf', 'test_milk.pdf', env=spoof_tesseract_noop)