pdfminer.six/tests
Jake Stockwin 1a4a06da9f
Fix #392 Split out IO logic from high level functions (#393)
* Allow file-like inputs to high level functions (#392)

* PR Review - move open_filename to utils
2020-03-26 22:52:00 +01:00
..
helpers.py Enforce pep8 coding-style (#345) 2019-12-29 21:20:20 +01:00
test_encodingdb.py Catch ValueError when converting font encoding differences to characters (#389) 2020-03-16 20:12:45 +01:00
test_font_size.py Fix bug in computing character bounding box (#348) 2020-01-16 22:15:50 +01:00
test_highlevel_extracttext.py Fix #392 Split out IO logic from high level functions (#393) 2020-03-26 22:52:00 +01:00
test_layout.py Also group center-aligned text lines in addition to left-aligned and right-aligned text lines (#382) (#384) 2020-03-23 22:38:39 +01:00
test_pdfdocument.py Fix failing test on develop & cleaning up test files (#319) 2019-10-26 18:42:33 +02:00
test_pdfencoding.py Enforce pep8 coding-style (#345) 2019-12-29 21:20:20 +01:00
test_pdfminer_ccitt.py Enforce pep8 coding-style (#345) 2019-12-29 21:20:20 +01:00
test_pdfminer_crypto.py Drop support for legacy Python 2 (#346) 2020-01-04 16:47:07 +01:00
test_pdfminer_psparser.py Enforce pep8 coding-style (#345) 2019-12-29 21:20:20 +01:00
test_tools_dumppdf.py Remove samples/ directory from source distribution to prevent downloading all pdf's when installing pdfminer.six (#364) 2020-01-24 12:36:02 +01:00
test_tools_pdf2txt.py Fallback on backwards-compatible key (F) for embedded files URL's when the unicode URL (UF) does not exist (#338) 2020-01-16 22:11:42 +01:00
test_utils.py Drop support for legacy Python 2 (#346) 2020-01-04 16:47:07 +01:00