Skip to content

Commit

Permalink
Fix test files situation
Browse files Browse the repository at this point in the history
  • Loading branch information
ashariyar committed Oct 15, 2022
1 parent 0173885 commit 836f460
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 135 deletions.
3 changes: 2 additions & 1 deletion tests/pdfalyzer/helpers/test_pdf_object_helper.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
from PyPDF2 import PdfReader
from PyPDF2.generic import IndirectObject

from pdfalyzer.helpers.pdf_object_helper import PdfObjectRelationship, _sort_pdf_object_refs
from pdfalyzer.helpers.pdf_object_helper import _sort_pdf_object_refs
from pdfalyzer.pdf_object_relationship import PdfObjectRelationship
from pdfalyzer.util.adobe_strings import *

FONT_IDS = [5, 9, 11, 14, 20, 22, 24]
Expand Down
23 changes: 0 additions & 23 deletions tests/pdfalyzer/lib/binary/test_binary_scanner.py

This file was deleted.

11 changes: 0 additions & 11 deletions tests/pdfalyzer/lib/detection/test_encoding_detector.py

This file was deleted.

11 changes: 0 additions & 11 deletions tests/pdfalyzer/lib/detection/test_javascript_hunter.py

This file was deleted.

50 changes: 0 additions & 50 deletions tests/pdfalyzer/lib/helpers/test_pdf_object_helper.py

This file was deleted.

6 changes: 0 additions & 6 deletions tests/pdfalyzer/lib/test_pdf_parser_manager.py

This file was deleted.

24 changes: 0 additions & 24 deletions tests/pdfalyzer/lib/test_pdf_walker.py

This file was deleted.

9 changes: 0 additions & 9 deletions tests/pdfalyzer/lib/util/test_dict_helper.py

This file was deleted.

Empty file.

0 comments on commit 836f460

Please sign in to comment.