1
0
Fork 0
mirror of https://github.com/qurator-spk/dinglehopper.git synced 2025-06-09 20:00:01 +02:00
dinglehopper/src/dinglehopper/tests
Mike Gerber b336f98271 🐛 Fix reading plain text files
As reported by @tallemeersch in gh-107, newlines were not removed for plain text files.
Fix this by stripping the lines as suggested.

Fixes gh-107.
2024-05-06 18:14:16 +02:00
..
data 🎨 Add newlines at end of files (ruff) 2023-10-23 15:15:00 +02:00
__init__.py 🐛 Move source into src/ to fix install 2023-08-03 17:29:30 +02:00
extracted_text_test.py Merge branch 'master' into performance 2024-01-02 20:22:38 +01:00
test_align.py Merge branch 'master' into performance 2024-01-02 20:22:38 +01:00
test_character_error_rate.py 🎨 Reformat comments + strings manually (not auto-fixed by Black) 2023-08-03 19:46:01 +02:00
test_edit_distance.py 🐛 Move source into src/ to fix install 2023-08-03 17:29:30 +02:00
test_editops.py 🐛 Move source into src/ to fix install 2023-08-03 17:29:30 +02:00
test_integ_align.py 🎨 Reformat comments + strings manually (not auto-fixed by Black) 2023-08-03 19:46:01 +02:00
test_integ_bigger_texts.py 🎨 Sort imports (auto-fixed by ruff) 2023-08-03 19:21:21 +02:00
test_integ_character_error_rate_ocr.py 🎨 Sort imports (auto-fixed by ruff) 2023-08-03 19:21:21 +02:00
test_integ_cli_dir.py 🧹 Make process_dir() keyword arguments keyword-only 2024-03-27 19:44:09 +01:00
test_integ_cli_valid_json.py 🎨 Sort imports (auto-fixed by ruff) 2023-08-03 19:21:21 +02:00
test_integ_differences.py 🎨 Reformat using Black 2023-08-03 19:25:44 +02:00
test_integ_edit_distance_ocr.py 🎨 Sort imports (auto-fixed by ruff) 2023-08-03 19:21:21 +02:00
test_integ_empty_files.py ✔ Test using empty files 2024-04-08 20:33:03 +02:00
test_integ_ocrd_cli.py 🧹 tests: Move comment out of the code (bad style + weird formatting) 2024-04-04 19:46:08 +02:00
test_integ_summarize.py 🎨 Reformat using Black 2023-08-03 19:25:44 +02:00
test_integ_table_extraction.py 🐛 Move source into src/ to fix install 2023-08-03 17:29:30 +02:00
test_integ_word_error_rate_ocr.py 🎨 Reformat comments + strings manually (not auto-fixed by Black) 2023-08-03 19:46:01 +02:00
test_ocr_files.py 🐛 Fix reading plain text files 2024-05-06 18:14:16 +02:00
test_word_error_rate.py 🎨 Reformat comments + strings manually (not auto-fixed by Black) 2023-08-03 19:46:01 +02:00
util.py 🎨 Sort imports (auto-fixed by ruff) 2023-08-03 19:21:21 +02:00