Spaces:
Running
Running
File size: 62,950 Bytes
b4cc1c5 cecde1f b4cc1c5 773eea4 1c939df 773eea4 7afb12e 1c939df 7afb12e aebf6b8 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 | """Tests Sprint 6 — Interface web FastAPI, import HTR-United, HuggingFace, serve CLI.
Classes de tests
----------------
TestHTRUnitedEntry (8 tests) — dataclass, as_dict, from_dict, century_str
TestHTRUnitedCatalogue (10 tests) — from_demo, search, get_by_id, available_languages/scripts
TestHTRUnitedSearch (8 tests) — recherche textuelle, filtre langue, script, siècle
TestHTRUnitedImport (4 tests) — import_htr_united_corpus crée les fichiers meta
TestHuggingFaceDataset (7 tests) — dataclass, as_dict, from_dict, hf_url
TestHuggingFaceImporter (10 tests) — search référence, filtres, import
TestHuggingFaceReferenceData (4 tests) — datasets de référence pré-intégrés
TestNormalizationProfiles (8 tests) — profils disponibles via API route
TestFastAPIStatus (3 tests) — GET /api/status
TestFastAPIEngines (8 tests) — GET /api/engines
TestFastAPICorpusBrowse (6 tests) — GET /api/corpus/browse
TestFastAPIReports (5 tests) — GET /api/reports
TestFastAPIHTRUnited (7 tests) — GET /api/htr-united/catalogue + POST import
TestFastAPIHuggingFace (6 tests) — GET /api/huggingface/search + POST import
TestFastAPIBenchmark (8 tests) — POST start, GET status, GET stream, POST cancel
TestFastAPIHTML (5 tests) — GET / retourne HTML valide
TestFastAPIReportServe (4 tests) — GET /reports/{filename}
TestCLIServeCommand (5 tests) — commande picarones serve enregistrée
TestRunnerProgressCallback (5 tests) — progress_callback injecté dans run_benchmark
"""
from __future__ import annotations
import json
import os
import tempfile
import threading
import time
from pathlib import Path
from unittest.mock import MagicMock, patch
import pytest
from click.testing import CliRunner
from fastapi.testclient import TestClient
# ---------------------------------------------------------------------------
# Fixtures
# ---------------------------------------------------------------------------
@pytest.fixture
def tmp_corpus(tmp_path):
"""Crée un corpus minimal avec 2 documents."""
from PIL import Image
for i in range(2):
img = Image.new("RGB", (100, 50), color=(200, 200, 200))
img.save(tmp_path / f"doc_{i:02d}.jpg")
(tmp_path / f"doc_{i:02d}.gt.txt").write_text(f"Texte vérité terrain {i}", encoding="utf-8")
return tmp_path
@pytest.fixture
def client():
from picarones.web.app import app
return TestClient(app)
@pytest.fixture
def htr_catalogue():
from picarones.importers.htr_united import HTRUnitedCatalogue
return HTRUnitedCatalogue.from_demo()
@pytest.fixture
def hf_importer():
from picarones.importers.huggingface import HuggingFaceImporter
return HuggingFaceImporter()
# ===========================================================================
# TestHTRUnitedEntry
# ===========================================================================
class TestHTRUnitedEntry:
def test_from_dict_basic(self):
from picarones.importers.htr_united import HTRUnitedEntry
d = {
"id": "test-corpus", "title": "Test Corpus", "url": "https://github.com/test/corpus",
"language": ["French"], "script": ["Gothic"], "century": [14, 15],
"institution": "Test Org", "description": "Un corpus de test.", "license": "CC-BY 4.0",
"lines": 5000, "format": "ALTO", "tags": ["test", "médiéval"],
}
e = HTRUnitedEntry.from_dict(d)
assert e.id == "test-corpus"
assert e.title == "Test Corpus"
assert e.language == ["French"]
assert e.lines == 5000
def test_as_dict_roundtrip(self):
from picarones.importers.htr_united import HTRUnitedEntry
d = {
"id": "rtrip", "title": "Round Trip", "url": "https://github.com/a/b",
"language": ["Latin"], "script": ["Caroline"], "century": [9],
"institution": "IRHT", "description": "Test.", "license": "CC0",
"lines": 1000, "format": "PAGE", "tags": [],
}
e = HTRUnitedEntry.from_dict(d)
out = e.as_dict()
assert out["id"] == "rtrip"
assert out["lines"] == 1000
assert out["format"] == "PAGE"
def test_century_str_roman(self):
from picarones.importers.htr_united import HTRUnitedEntry
e = HTRUnitedEntry(id="x", title="x", url="x", century=[12, 14])
cs = e.century_str
assert "XIIe" in cs
assert "XIVe" in cs
def test_century_str_single(self):
from picarones.importers.htr_united import HTRUnitedEntry
e = HTRUnitedEntry(id="x", title="x", url="x", century=[19])
assert "XIXe" in e.century_str
def test_default_fields(self):
from picarones.importers.htr_united import HTRUnitedEntry
e = HTRUnitedEntry(id="minimal", title="Min", url="http://x")
assert e.language == []
assert e.lines == 0
assert e.format == "ALTO"
assert e.tags == []
def test_from_dict_missing_fields(self):
from picarones.importers.htr_united import HTRUnitedEntry
e = HTRUnitedEntry.from_dict({"id": "sparse", "title": "Sparse"})
assert e.id == "sparse"
assert e.institution == ""
assert e.lines == 0
def test_as_dict_has_all_keys(self):
from picarones.importers.htr_united import HTRUnitedEntry
e = HTRUnitedEntry(id="k", title="K", url="http://k")
d = e.as_dict()
for key in ["id", "title", "url", "language", "script", "century",
"institution", "description", "license", "lines", "format", "tags"]:
assert key in d, f"Missing key: {key}"
def test_url_preserved(self):
from picarones.importers.htr_united import HTRUnitedEntry
url = "https://github.com/HTR-United/cremma-medieval"
e = HTRUnitedEntry(id="c", title="CREMMA", url=url)
assert e.url == url
# ===========================================================================
# TestHTRUnitedCatalogue
# ===========================================================================
class TestHTRUnitedCatalogue:
def test_from_demo_length(self, htr_catalogue):
assert len(htr_catalogue) >= 6
def test_from_demo_source(self, htr_catalogue):
assert htr_catalogue.source == "demo"
def test_all_entries_have_id(self, htr_catalogue):
for e in htr_catalogue.entries:
assert e.id, f"Entry missing id: {e}"
def test_all_entries_have_title(self, htr_catalogue):
for e in htr_catalogue.entries:
assert e.title
def test_get_by_id_found(self, htr_catalogue):
first_id = htr_catalogue.entries[0].id
found = htr_catalogue.get_by_id(first_id)
assert found is not None
assert found.id == first_id
def test_get_by_id_not_found(self, htr_catalogue):
result = htr_catalogue.get_by_id("nonexistent-corpus-xyz")
assert result is None
def test_available_languages_non_empty(self, htr_catalogue):
langs = htr_catalogue.available_languages()
assert len(langs) > 0
assert isinstance(langs, list)
def test_available_languages_sorted(self, htr_catalogue):
langs = htr_catalogue.available_languages()
assert langs == sorted(langs)
def test_available_scripts_non_empty(self, htr_catalogue):
scripts = htr_catalogue.available_scripts()
assert len(scripts) > 0
def test_len(self, htr_catalogue):
assert len(htr_catalogue) == len(htr_catalogue.entries)
# ===========================================================================
# TestHTRUnitedSearch
# ===========================================================================
class TestHTRUnitedSearch:
def test_search_empty_returns_all(self, htr_catalogue):
results = htr_catalogue.search()
assert len(results) == len(htr_catalogue.entries)
def test_search_by_query(self, htr_catalogue):
results = htr_catalogue.search(query="médiéval")
assert len(results) > 0
for r in results:
text = (r.title + r.description + " ".join(r.tags)).lower()
assert "médiéval" in text
def test_search_by_language(self, htr_catalogue):
results = htr_catalogue.search(language="French")
assert len(results) > 0
for r in results:
assert any("french" in l.lower() for l in r.language)
def test_search_by_language_latin(self, htr_catalogue):
results = htr_catalogue.search(language="Latin")
assert len(results) > 0
def test_search_by_script(self, htr_catalogue):
results = htr_catalogue.search(script="Gothic")
assert len(results) > 0
def test_search_no_results(self, htr_catalogue):
results = htr_catalogue.search(query="xyzzy_corpus_inexistant_42")
assert results == []
def test_search_combined_filters(self, htr_catalogue):
# Ne doit pas lever d'exception
results = htr_catalogue.search(query="", language="French", script="Cursiva")
assert isinstance(results, list)
def test_search_century_min(self, htr_catalogue):
results = htr_catalogue.search(century_min=18)
for r in results:
assert any(c >= 18 for c in r.century)
# ===========================================================================
# TestHTRUnitedImport
# ===========================================================================
class TestHTRUnitedImport:
def test_import_creates_meta_file(self, tmp_path, htr_catalogue):
from picarones.importers.htr_united import import_htr_united_corpus
entry = htr_catalogue.entries[0]
result = import_htr_united_corpus(entry, tmp_path, max_samples=5)
meta_file = Path(result["metadata_file"])
assert meta_file.exists()
def test_import_meta_content(self, tmp_path, htr_catalogue):
from picarones.importers.htr_united import import_htr_united_corpus
entry = htr_catalogue.entries[0]
result = import_htr_united_corpus(entry, tmp_path, max_samples=5)
meta = json.loads(Path(result["metadata_file"]).read_text())
assert meta["source"] == "htr-united"
assert meta["entry_id"] == entry.id
def test_import_returns_dict_keys(self, tmp_path, htr_catalogue):
from picarones.importers.htr_united import import_htr_united_corpus
entry = htr_catalogue.entries[0]
result = import_htr_united_corpus(entry, tmp_path, max_samples=5)
for k in ["entry_id", "title", "output_dir", "files_imported", "metadata_file"]:
assert k in result, f"Missing key: {k}"
def test_import_creates_output_dir(self, tmp_path, htr_catalogue):
from picarones.importers.htr_united import import_htr_united_corpus
entry = htr_catalogue.entries[0]
new_dir = tmp_path / "new_subdir" / "corpus"
result = import_htr_united_corpus(entry, new_dir, max_samples=5)
assert new_dir.exists()
# ===========================================================================
# TestHuggingFaceDataset
# ===========================================================================
class TestHuggingFaceDataset:
def test_from_dict_basic(self):
from picarones.importers.huggingface import HuggingFaceDataset
d = {
"dataset_id": "test/dataset", "title": "Test Dataset",
"description": "A test dataset.", "language": ["French"],
"tags": ["ocr", "french"], "license": "cc-by-4.0",
"institution": "Test Lab", "downloads": 500,
}
ds = HuggingFaceDataset.from_dict(d)
assert ds.dataset_id == "test/dataset"
assert ds.language == ["French"]
assert ds.downloads == 500
def test_as_dict_roundtrip(self):
from picarones.importers.huggingface import HuggingFaceDataset
ds = HuggingFaceDataset(
dataset_id="a/b", title="AB", description="desc",
language=["Latin"], tags=["htr"],
)
d = ds.as_dict()
assert d["dataset_id"] == "a/b"
assert d["language"] == ["Latin"]
def test_hf_url(self):
from picarones.importers.huggingface import HuggingFaceDataset
ds = HuggingFaceDataset(dataset_id="CATMuS/medieval", title="CATMuS")
assert ds.hf_url == "https://huggingface.co/datasets/CATMuS/medieval"
def test_as_dict_has_all_keys(self):
from picarones.importers.huggingface import HuggingFaceDataset
ds = HuggingFaceDataset(dataset_id="x/y", title="XY")
d = ds.as_dict()
for k in ["dataset_id", "title", "description", "language", "tags",
"license", "size_category", "task", "institution", "downloads", "source"]:
assert k in d, f"Missing: {k}"
def test_default_source(self):
from picarones.importers.huggingface import HuggingFaceDataset
ds = HuggingFaceDataset(dataset_id="x/y", title="XY")
assert ds.source == "reference"
def test_from_dict_uses_id_as_fallback_title(self):
from picarones.importers.huggingface import HuggingFaceDataset
ds = HuggingFaceDataset.from_dict({"dataset_id": "owner/repo"})
assert ds.title == "owner/repo"
def test_replace_source_helper(self):
from picarones.importers.huggingface import HuggingFaceDataset
ds = HuggingFaceDataset(dataset_id="x/y", title="XY", source="reference")
ds2 = ds._replace_source("api")
assert ds2.source == "api"
assert ds.source == "reference" # original unchanged
# ===========================================================================
# TestHuggingFaceImporter
# ===========================================================================
class TestHuggingFaceImporter:
def test_search_returns_list(self, hf_importer):
results = hf_importer.search()
assert isinstance(results, list)
assert len(results) > 0
def test_search_reference_datasets(self, hf_importer):
results = hf_importer.search(use_reference=True)
assert len(results) >= 5
def test_search_query_filter(self, hf_importer):
results = hf_importer.search(query="RIMES", use_reference=True)
assert len(results) >= 1
assert any("RIMES" in ds.title or "rimes" in ds.dataset_id.lower() for ds in results)
def test_search_language_filter(self, hf_importer):
results = hf_importer.search(language="French", use_reference=True)
assert len(results) > 0
def test_search_tag_filter(self, hf_importer):
results = hf_importer.search(tags=["historical"], use_reference=True)
assert isinstance(results, list)
def test_search_limit(self, hf_importer):
results = hf_importer.search(limit=3)
assert len(results) <= 3
def test_search_no_api_fallback(self, hf_importer):
# Même sans accès réseau, on a les datasets de référence
results = hf_importer.search(query="medieval", use_reference=True)
assert len(results) >= 1
def test_import_creates_meta(self, tmp_path, hf_importer):
result = hf_importer.import_dataset("CATMuS/medieval", output_dir=tmp_path, max_samples=5)
assert Path(result["metadata_file"]).exists()
def test_import_meta_content(self, tmp_path, hf_importer):
result = hf_importer.import_dataset("CATMuS/medieval", output_dir=tmp_path, max_samples=5)
meta = json.loads(Path(result["metadata_file"]).read_text())
assert meta["dataset_id"] == "CATMuS/medieval"
assert meta["source"] == "huggingface"
def test_import_returns_dict_keys(self, tmp_path, hf_importer):
result = hf_importer.import_dataset("x/y", output_dir=tmp_path, max_samples=5)
for k in ["dataset_id", "output_dir", "files_imported", "metadata_file"]:
assert k in result
# ===========================================================================
# TestHuggingFaceReferenceData
# ===========================================================================
class TestHuggingFaceReferenceData:
def test_reference_datasets_loaded(self):
from picarones.importers.huggingface import _REFERENCE_DATASETS
assert len(_REFERENCE_DATASETS) >= 5
def test_catmus_present(self):
from picarones.importers.huggingface import _REFERENCE_DATASETS
ids = [d["dataset_id"] for d in _REFERENCE_DATASETS]
assert any("CATMuS" in did or "catmus" in did.lower() for did in ids)
def test_all_have_required_fields(self):
from picarones.importers.huggingface import _REFERENCE_DATASETS
for d in _REFERENCE_DATASETS:
assert "dataset_id" in d
assert "title" in d
assert "language" in d
def test_all_are_image_to_text(self):
from picarones.importers.huggingface import _REFERENCE_DATASETS
for d in _REFERENCE_DATASETS:
assert d.get("task", "image-to-text") == "image-to-text"
# ===========================================================================
# TestNormalizationProfiles
# ===========================================================================
class TestNormalizationProfiles:
def test_api_returns_profiles(self, client):
r = client.get("/api/normalization/profiles")
assert r.status_code == 200
d = r.json()
assert "profiles" in d
assert len(d["profiles"]) >= 4
def test_nfc_profile_present(self, client):
r = client.get("/api/normalization/profiles")
ids = [p["id"] for p in r.json()["profiles"]]
assert "nfc" in ids
def test_medieval_french_present(self, client):
r = client.get("/api/normalization/profiles")
ids = [p["id"] for p in r.json()["profiles"]]
assert "medieval_french" in ids
def test_profiles_have_required_fields(self, client):
r = client.get("/api/normalization/profiles")
for p in r.json()["profiles"]:
assert "id" in p
assert "name" in p
assert "description" in p
assert "caseless" in p
assert "diplomatic_rules" in p
def test_caseless_profile(self, client):
r = client.get("/api/normalization/profiles")
profiles = {p["id"]: p for p in r.json()["profiles"]}
assert "caseless" in profiles
assert profiles["caseless"]["caseless"] is True
def test_medieval_french_has_diplomatic_rules(self, client):
r = client.get("/api/normalization/profiles")
profiles = {p["id"]: p for p in r.json()["profiles"]}
assert profiles["medieval_french"]["diplomatic_rules"] > 0
def test_nfc_no_diplomatic_rules(self, client):
r = client.get("/api/normalization/profiles")
profiles = {p["id"]: p for p in r.json()["profiles"]}
assert profiles["nfc"]["diplomatic_rules"] == 0
def test_early_modern_french_present(self, client):
r = client.get("/api/normalization/profiles")
ids = [p["id"] for p in r.json()["profiles"]]
assert "early_modern_french" in ids
# ===========================================================================
# TestFastAPIStatus
# ===========================================================================
class TestFastAPIStatus:
def test_status_200(self, client):
r = client.get("/api/status")
assert r.status_code == 200
def test_status_has_version(self, client):
r = client.get("/api/status")
d = r.json()
assert "version" in d
assert d["version"]
def test_status_ok(self, client):
r = client.get("/api/status")
assert r.json()["status"] == "ok"
# ===========================================================================
# TestFastAPIEngines
# ===========================================================================
class TestFastAPIEngines:
def test_engines_200(self, client):
r = client.get("/api/engines")
assert r.status_code == 200
def test_engines_has_engines_key(self, client):
r = client.get("/api/engines")
assert "engines" in r.json()
def test_engines_has_llms_key(self, client):
r = client.get("/api/engines")
assert "llms" in r.json()
def test_engines_list_not_empty(self, client):
r = client.get("/api/engines")
assert len(r.json()["engines"]) > 0
def test_llms_list_not_empty(self, client):
r = client.get("/api/engines")
assert len(r.json()["llms"]) > 0
def test_tesseract_in_engines(self, client):
r = client.get("/api/engines")
ids = [e["id"] for e in r.json()["engines"]]
assert "tesseract" in ids
def test_ollama_in_llms(self, client):
r = client.get("/api/engines")
ids = [e["id"] for e in r.json()["llms"]]
assert "ollama" in ids
def test_engine_has_required_fields(self, client):
r = client.get("/api/engines")
for eng in r.json()["engines"]:
assert "id" in eng
assert "label" in eng
assert "available" in eng
assert "status" in eng
# ===========================================================================
# TestFastAPICorpusBrowse
# ===========================================================================
class TestFastAPICorpusBrowse:
def test_browse_current_dir(self, client):
r = client.get("/api/corpus/browse?path=.")
assert r.status_code == 200
def test_browse_has_required_keys(self, client):
r = client.get("/api/corpus/browse?path=.")
d = r.json()
assert "current_path" in d
assert "items" in d
def test_browse_items_are_dirs(self, client, tmp_path):
r = client.get(f"/api/corpus/browse?path={tmp_path}")
assert r.status_code == 200
assert r.json()["items"] == []
def test_browse_with_corpus(self, client, tmp_corpus):
r = client.get(f"/api/corpus/browse?path={tmp_corpus.parent}")
assert r.status_code == 200
items = r.json()["items"]
assert any(i["name"] == tmp_corpus.name for i in items)
def test_browse_404_for_nonexistent(self, client):
r = client.get("/api/corpus/browse?path=/nonexistent/path/xyz")
assert r.status_code == 404
def test_browse_corpus_gt_count(self, client, tmp_corpus):
r = client.get(f"/api/corpus/browse?path={tmp_corpus.parent}")
items = {i["name"]: i for i in r.json()["items"] if i["is_dir"]}
if tmp_corpus.name in items:
assert items[tmp_corpus.name]["gt_count"] >= 2
# ===========================================================================
# TestFastAPIReports
# ===========================================================================
class TestFastAPIReports:
def test_reports_200(self, client):
r = client.get("/api/reports")
assert r.status_code == 200
def test_reports_has_reports_key(self, client):
r = client.get("/api/reports")
assert "reports" in r.json()
def test_reports_returns_list(self, client):
r = client.get("/api/reports")
assert isinstance(r.json()["reports"], list)
def test_reports_finds_existing_html(self, client, tmp_path):
# Crée un rapport HTML fictif
html_file = tmp_path / "test_rapport.html"
html_file.write_text("<html><body>Test rapport</body></html>")
r = client.get(f"/api/reports?reports_dir={tmp_path}")
reports = r.json()["reports"]
assert any(rep["filename"] == "test_rapport.html" for rep in reports)
def test_report_entry_has_fields(self, client, tmp_path):
html_file = tmp_path / "my_report.html"
html_file.write_text("<html></html>")
r = client.get(f"/api/reports?reports_dir={tmp_path}")
rep = next(rep for rep in r.json()["reports"] if rep["filename"] == "my_report.html")
assert "filename" in rep
assert "path" in rep
assert "size_kb" in rep
assert "modified" in rep
assert "url" in rep
# ===========================================================================
# TestFastAPIHTRUnited
# ===========================================================================
class TestFastAPIHTRUnited:
def test_catalogue_200(self, client):
r = client.get("/api/htr-united/catalogue")
assert r.status_code == 200
def test_catalogue_has_entries(self, client):
r = client.get("/api/htr-united/catalogue")
d = r.json()
assert "entries" in d
assert len(d["entries"]) >= 4
def test_catalogue_has_filters(self, client):
r = client.get("/api/htr-united/catalogue")
d = r.json()
assert "available_languages" in d
assert "available_scripts" in d
def test_catalogue_search_query(self, client):
r = client.get("/api/htr-united/catalogue?query=médiéval")
assert r.status_code == 200
d = r.json()
assert d["total"] >= 0 # Can be 0 if no match — no error
def test_catalogue_search_language(self, client):
r = client.get("/api/htr-united/catalogue?language=French")
assert r.status_code == 200
d = r.json()
for e in d["entries"]:
assert any("french" in l.lower() for l in e["language"])
def test_import_valid_entry(self, client, tmp_path):
# Get first entry id
r = client.get("/api/htr-united/catalogue")
entry_id = r.json()["entries"][0]["id"]
r2 = client.post("/api/htr-united/import", json={
"entry_id": entry_id,
"output_dir": str(tmp_path),
"max_samples": 5,
})
assert r2.status_code == 200
assert "entry_id" in r2.json()
def test_import_invalid_entry(self, client, tmp_path):
r = client.post("/api/htr-united/import", json={
"entry_id": "this-does-not-exist-xyz",
"output_dir": str(tmp_path),
"max_samples": 5,
})
assert r.status_code == 404
# ===========================================================================
# TestFastAPIHuggingFace
# ===========================================================================
class TestFastAPIHuggingFace:
def test_search_200(self, client):
r = client.get("/api/huggingface/search")
assert r.status_code == 200
def test_search_has_datasets(self, client):
r = client.get("/api/huggingface/search")
d = r.json()
assert "datasets" in d
assert d["total"] >= 1
def test_search_with_query(self, client):
r = client.get("/api/huggingface/search?query=RIMES")
assert r.status_code == 200
d = r.json()
assert isinstance(d["datasets"], list)
def test_search_with_language(self, client):
r = client.get("/api/huggingface/search?language=French")
assert r.status_code == 200
def test_import_creates_meta(self, client, tmp_path):
r = client.post("/api/huggingface/import", json={
"dataset_id": "CATMuS/medieval",
"output_dir": str(tmp_path),
"split": "train",
"max_samples": 5,
})
assert r.status_code == 200
d = r.json()
assert Path(d["metadata_file"]).exists()
def test_import_returns_keys(self, client, tmp_path):
r = client.post("/api/huggingface/import", json={
"dataset_id": "test/dataset",
"output_dir": str(tmp_path),
})
assert r.status_code == 200
for k in ["dataset_id", "output_dir", "files_imported", "metadata_file"]:
assert k in r.json()
# ===========================================================================
# TestFastAPIBenchmark
# ===========================================================================
class TestFastAPIBenchmark:
def test_start_missing_corpus(self, client):
r = client.post("/api/benchmark/start", json={
"corpus_path": "/nonexistent/path/xyz",
"engines": ["tesseract"],
})
assert r.status_code == 400
def test_start_valid_corpus(self, client, tmp_corpus):
r = client.post("/api/benchmark/start", json={
"corpus_path": str(tmp_corpus),
"engines": ["tesseract"],
})
assert r.status_code == 200
d = r.json()
assert "job_id" in d
assert d["status"] in ("pending", "running")
def test_status_nonexistent_job(self, client):
r = client.get("/api/benchmark/nonexistent-job-id/status")
assert r.status_code == 404
def test_status_valid_job(self, client, tmp_corpus):
r = client.post("/api/benchmark/start", json={
"corpus_path": str(tmp_corpus),
"engines": ["tesseract"],
})
job_id = r.json()["job_id"]
r2 = client.get(f"/api/benchmark/{job_id}/status")
assert r2.status_code == 200
d = r2.json()
assert d["job_id"] == job_id
assert "status" in d
assert "progress" in d
def test_cancel_nonexistent_job(self, client):
r = client.post("/api/benchmark/nonexistent-id/cancel")
assert r.status_code == 404
def test_cancel_valid_job(self, client, tmp_corpus):
r = client.post("/api/benchmark/start", json={
"corpus_path": str(tmp_corpus),
"engines": ["tesseract"],
})
job_id = r.json()["job_id"]
r2 = client.post(f"/api/benchmark/{job_id}/cancel")
assert r2.status_code == 200
def test_job_status_fields(self, client, tmp_corpus):
r = client.post("/api/benchmark/start", json={
"corpus_path": str(tmp_corpus),
"engines": ["tesseract"],
})
job_id = r.json()["job_id"]
r2 = client.get(f"/api/benchmark/{job_id}/status")
d = r2.json()
for k in ["job_id", "status", "progress", "total_docs", "processed_docs", "output_path"]:
assert k in d, f"Missing key: {k}"
def test_stream_nonexistent_job(self, client):
r = client.get("/api/benchmark/nonexistent-id/stream")
assert r.status_code == 404
# ===========================================================================
# TestFastAPIHTML
# ===========================================================================
class TestFastAPIHTML:
def test_root_200(self, client):
r = client.get("/")
assert r.status_code == 200
def test_root_is_html(self, client):
r = client.get("/")
assert "text/html" in r.headers["content-type"]
def test_html_has_picarones_title(self, client):
r = client.get("/")
assert "Picarones" in r.text
def test_html_has_nav_sections(self, client):
r = client.get("/")
for section in ["benchmark", "reports", "engines", "import"]:
assert section in r.text.lower()
def test_html_has_french_content(self, client):
r = client.get("/")
assert "Moteurs" in r.text or "moteurs" in r.text.lower()
# ===========================================================================
# TestFastAPIReportServe
# ===========================================================================
class TestFastAPIReportServe:
def test_serve_nonexistent_report(self, client):
r = client.get("/reports/nonexistent_report.html")
assert r.status_code == 404
def test_serve_existing_report(self, client, tmp_path, monkeypatch):
# Crée un rapport HTML dans le répertoire courant
import os
orig_cwd = os.getcwd()
os.chdir(tmp_path)
try:
html_file = tmp_path / "test_serve.html"
html_file.write_text("<html><body>Test</body></html>")
r = client.get("/reports/test_serve.html")
assert r.status_code == 200
finally:
os.chdir(orig_cwd)
def test_serve_non_html_rejected(self, client):
# Tente de servir un .py — doit retourner 404 (extension non-html)
r = client.get("/reports/malicious.py")
assert r.status_code == 404
def test_serve_report_content_type(self, client, tmp_path):
import os
orig_cwd = os.getcwd()
os.chdir(tmp_path)
try:
html_file = tmp_path / "report_ct.html"
html_file.write_text("<html><body>Content</body></html>")
r = client.get("/reports/report_ct.html")
if r.status_code == 200:
assert "html" in r.headers.get("content-type", "").lower()
finally:
os.chdir(orig_cwd)
# ===========================================================================
# TestCLIServeCommand
# ===========================================================================
class TestCLIServeCommand:
def test_serve_command_registered(self):
from picarones.cli import cli
commands = cli.commands
assert "serve" in commands
def test_serve_help_text(self):
from picarones.cli import cli
runner = CliRunner()
result = runner.invoke(cli, ["serve", "--help"])
assert result.exit_code == 0
assert "serve" in result.output.lower() or "localhost" in result.output.lower()
def test_serve_default_port_in_help(self):
from picarones.cli import cli
runner = CliRunner()
result = runner.invoke(cli, ["serve", "--help"])
assert "8000" in result.output
def test_serve_help_has_port_option(self):
from picarones.cli import cli
runner = CliRunner()
result = runner.invoke(cli, ["serve", "--help"])
assert "--port" in result.output
def test_serve_missing_uvicorn_exits_gracefully(self):
from picarones.cli import cli
runner = CliRunner()
# Avec uvicorn installé, cela démarrerait le serveur — on teste juste que
# la commande existe et est invocable (pas qu'elle démare le serveur)
# On vérifie juste le help
result = runner.invoke(cli, ["serve", "--help"])
assert result.exit_code == 0
# ===========================================================================
# TestRunnerProgressCallback
# ===========================================================================
class TestRunnerProgressCallback:
def test_callback_signature_accepted(self):
"""run_benchmark accepte un paramètre progress_callback."""
import inspect
from picarones.core.runner import run_benchmark
sig = inspect.signature(run_benchmark)
assert "progress_callback" in sig.parameters
def test_callback_is_optional(self):
"""progress_callback est optionnel (valeur par défaut None)."""
import inspect
from picarones.core.runner import run_benchmark
sig = inspect.signature(run_benchmark)
param = sig.parameters["progress_callback"]
assert param.default is None
def test_callback_called_with_mock_engine(self, tmp_corpus):
"""Le callback est appelé pour chaque document."""
from picarones.core.corpus import load_corpus_from_directory
from picarones.core.runner import run_benchmark
from picarones.engines.base import BaseOCREngine, EngineResult
class MockEngine(BaseOCREngine):
@property
def name(self): return "mock"
@property
def version(self): return "0.0.1"
def _run_ocr(self, image_path): return "texte mock"
corpus = load_corpus_from_directory(str(tmp_corpus))
calls = []
def my_callback(engine_name, doc_idx, doc_id):
calls.append((engine_name, doc_idx, doc_id))
run_benchmark(corpus, [MockEngine()], progress_callback=my_callback)
assert len(calls) == len(corpus), f"Expected {len(corpus)} calls, got {len(calls)}"
def test_callback_receives_engine_name(self, tmp_corpus):
"""Le callback reçoit le nom du moteur."""
from picarones.core.corpus import load_corpus_from_directory
from picarones.core.runner import run_benchmark
from picarones.engines.base import BaseOCREngine
class MockEngine(BaseOCREngine):
@property
def name(self): return "test_engine_name"
@property
def version(self): return "0.0.1"
def _run_ocr(self, image_path): return "texte"
corpus = load_corpus_from_directory(str(tmp_corpus))
engine_names = []
def my_callback(engine_name, doc_idx, doc_id):
engine_names.append(engine_name)
run_benchmark(corpus, [MockEngine()], progress_callback=my_callback)
assert all(n == "test_engine_name" for n in engine_names)
def test_callback_exception_does_not_crash(self, tmp_corpus):
"""Une exception dans le callback ne plante pas le benchmark."""
from picarones.core.corpus import load_corpus_from_directory
from picarones.core.runner import run_benchmark
from picarones.engines.base import BaseOCREngine
class MockEngine(BaseOCREngine):
@property
def name(self): return "mock"
@property
def version(self): return "0.0.1"
def _run_ocr(self, image_path): return "texte"
corpus = load_corpus_from_directory(str(tmp_corpus))
def bad_callback(engine_name, doc_idx, doc_id):
raise RuntimeError("Callback error!")
# Ne doit pas lever d'exception
result = run_benchmark(corpus, [MockEngine()], progress_callback=bad_callback)
assert result is not None
# ===========================================================================
# TestFastAPIModels — GET /api/models/{provider}
# ===========================================================================
class TestFastAPIModels:
def test_models_tesseract_200(self, client):
r = client.get("/api/models/tesseract")
assert r.status_code == 200
def test_models_tesseract_has_models_list(self, client):
r = client.get("/api/models/tesseract")
d = r.json()
assert "models" in d
assert isinstance(d["models"], list)
def test_models_tesseract_has_provider_field(self, client):
r = client.get("/api/models/tesseract")
assert r.json()["provider"] == "tesseract"
def test_models_tesseract_has_languages(self, client):
r = client.get("/api/models/tesseract")
models = r.json()["models"]
# Tesseract est installé dans le CI, au moins fra ou eng doit être présent
assert len(models) > 0
def test_models_google_vision_200(self, client):
r = client.get("/api/models/google_vision")
assert r.status_code == 200
assert "document_text_detection" in r.json()["models"]
def test_models_azure_doc_intel_200(self, client):
r = client.get("/api/models/azure_doc_intel")
assert r.status_code == 200
assert "prebuilt-document" in r.json()["models"]
def test_models_ollama_200(self, client):
r = client.get("/api/models/ollama")
assert r.status_code == 200
assert isinstance(r.json()["models"], list)
def test_models_prompts_200(self, client):
r = client.get("/api/models/prompts")
assert r.status_code == 200
d = r.json()
assert isinstance(d["models"], list)
assert len(d["models"]) >= 5 # 8 prompts intégrés
def test_models_prompts_are_txt_files(self, client):
r = client.get("/api/models/prompts")
for name in r.json()["models"]:
assert name.endswith(".txt")
def test_models_openai_no_key_returns_empty(self, client):
# Sans clé, doit renvoyer liste vide + champ error
with patch.dict(os.environ, {k: v for k, v in os.environ.items() if k != "OPENAI_API_KEY"}, clear=True):
r = client.get("/api/models/openai")
assert r.status_code == 200
d = r.json()
assert d["models"] == [] or "error" in d
def test_models_anthropic_no_key_returns_empty(self, client):
with patch.dict(os.environ, {k: v for k, v in os.environ.items() if k != "ANTHROPIC_API_KEY"}, clear=True):
r = client.get("/api/models/anthropic")
assert r.status_code == 200
d = r.json()
assert d["models"] == [] or "error" in d
def test_models_unknown_provider_404(self, client):
r = client.get("/api/models/provider_xyz_unknown")
assert r.status_code == 404
def test_models_mistral_ocr_no_key_returns_empty(self, client):
"""Sans MISTRAL_API_KEY, /api/models/mistral_ocr renvoie liste vide + erreur."""
with patch.dict(os.environ, {k: v for k, v in os.environ.items() if k != "MISTRAL_API_KEY"}, clear=True):
r = client.get("/api/models/mistral_ocr")
assert r.status_code == 200
d = r.json()
assert d["models"] == []
assert "error" in d
def test_models_mistral_ocr_with_key_uses_fallback_on_network_error(self, client):
"""Avec une clé invalide, l'endpoint renvoie les modèles de fallback."""
with patch.dict(os.environ, {"MISTRAL_API_KEY": "test-key-invalid"}):
with patch("urllib.request.urlopen", side_effect=Exception("connection refused")):
r = client.get("/api/models/mistral_ocr")
assert r.status_code == 200
d = r.json()
assert isinstance(d["models"], list)
assert len(d["models"]) > 0
# Les modèles de fallback doivent contenir pixtral ou mistral-ocr
model_ids = " ".join(d["models"]).lower()
assert "pixtral" in model_ids or "mistral-ocr" in model_ids
def test_models_mistral_ocr_filters_vision_only(self, client):
"""Avec une réponse API mockée, seuls les modèles vision (pixtral/mistral-ocr) sont renvoyés."""
fake_response = {
"data": [
{"id": "mistral-ocr-latest"},
{"id": "pixtral-12b-2409"},
{"id": "pixtral-large-latest"},
{"id": "mistral-large-latest"}, # LLM text-only → doit être exclu
{"id": "mistral-small-latest"}, # idem
]
}
import json as _json
class _FakeHTTPResponse:
def read(self): return _json.dumps(fake_response).encode()
def __enter__(self): return self
def __exit__(self, *a): pass
with patch.dict(os.environ, {"MISTRAL_API_KEY": "test-key"}):
with patch("urllib.request.urlopen", return_value=_FakeHTTPResponse()):
r = client.get("/api/models/mistral_ocr")
assert r.status_code == 200
models = r.json()["models"]
assert "mistral-ocr-latest" in models
assert "pixtral-12b-2409" in models
assert "pixtral-large-latest" in models
assert "mistral-large-latest" not in models
assert "mistral-small-latest" not in models
# ===========================================================================
# TestFastAPIBenchmarkRun — POST /api/benchmark/run
# ===========================================================================
class TestFastAPIBenchmarkRun:
def test_run_400_missing_corpus(self, client):
r = client.post("/api/benchmark/run", json={
"corpus_path": "/nonexistent/path/xyz",
"competitors": [{"ocr_engine": "tesseract", "ocr_model": "fra"}],
})
assert r.status_code == 400
def test_run_400_no_competitors(self, client, tmp_corpus):
r = client.post("/api/benchmark/run", json={
"corpus_path": str(tmp_corpus),
"competitors": [],
})
assert r.status_code == 400
def test_run_422_missing_ocr_engine(self, client, tmp_corpus):
r = client.post("/api/benchmark/run", json={
"corpus_path": str(tmp_corpus),
"competitors": [{"ocr_model": "fra"}], # ocr_engine manquant
})
assert r.status_code == 422
def test_run_returns_job_id(self, client, tmp_corpus):
r = client.post("/api/benchmark/run", json={
"corpus_path": str(tmp_corpus),
"competitors": [{"ocr_engine": "tesseract", "ocr_model": "fra"}],
})
assert r.status_code == 200
d = r.json()
assert "job_id" in d
assert "status" in d
def test_run_job_status_reachable(self, client, tmp_corpus):
r = client.post("/api/benchmark/run", json={
"corpus_path": str(tmp_corpus),
"competitors": [{"ocr_engine": "tesseract", "ocr_model": "fra"}],
})
job_id = r.json()["job_id"]
r2 = client.get(f"/api/benchmark/{job_id}/status")
assert r2.status_code == 200
d = r2.json()
assert d["job_id"] == job_id
def test_run_with_named_competitor(self, client, tmp_corpus):
r = client.post("/api/benchmark/run", json={
"corpus_path": str(tmp_corpus),
"competitors": [{"name": "Mon Tesseract", "ocr_engine": "tesseract", "ocr_model": "fra"}],
})
assert r.status_code == 200
def test_run_multiple_competitors(self, client, tmp_corpus):
r = client.post("/api/benchmark/run", json={
"corpus_path": str(tmp_corpus),
"competitors": [
{"ocr_engine": "tesseract", "ocr_model": "fra"},
{"ocr_engine": "tesseract", "ocr_model": "eng"},
],
})
assert r.status_code == 200
def test_run_with_output_options(self, client, tmp_corpus, tmp_path):
r = client.post("/api/benchmark/run", json={
"corpus_path": str(tmp_corpus),
"competitors": [{"ocr_engine": "tesseract", "ocr_model": "fra"}],
"output_dir": str(tmp_path),
"report_name": "test_run_report",
})
assert r.status_code == 200
# ===========================================================================
# TestFastAPIEnginesExtended — champs ajoutés dans api_engines()
# ===========================================================================
class TestFastAPIEnginesExtended:
def test_tesseract_has_langs_field(self, client):
r = client.get("/api/engines")
tess = next(e for e in r.json()["engines"] if e["id"] == "tesseract")
assert "langs" in tess
assert isinstance(tess["langs"], list)
def test_mistral_ocr_in_engines(self, client):
r = client.get("/api/engines")
ids = [e["id"] for e in r.json()["engines"]]
assert "mistral_ocr" in ids
def test_google_vision_in_engines(self, client):
r = client.get("/api/engines")
ids = [e["id"] for e in r.json()["engines"]]
assert "google_vision" in ids
def test_azure_doc_intel_in_engines(self, client):
r = client.get("/api/engines")
ids = [e["id"] for e in r.json()["engines"]]
assert "azure_doc_intel" in ids
def test_cloud_engines_have_key_env(self, client):
r = client.get("/api/engines")
for eng in r.json()["engines"]:
if eng.get("type") == "ocr_cloud":
assert "key_env" in eng
def test_mistral_llm_label_updated(self, client):
r = client.get("/api/engines")
mistral_llm = next(e for e in r.json()["llms"] if e["id"] == "mistral")
assert "LLM" in mistral_llm["label"]
# ===========================================================================
# TestMistralOCRNativeAPI — mistral-ocr-latest routing
# ===========================================================================
class TestMistralOCRNativeAPI:
def test_engine_has_native_api_method(self):
from picarones.engines.mistral_ocr import MistralOCREngine
eng = MistralOCREngine(config={"model": "mistral-ocr-latest"})
assert hasattr(eng, "_run_ocr_native_api")
def test_engine_has_vision_api_method(self):
from picarones.engines.mistral_ocr import MistralOCREngine
eng = MistralOCREngine(config={"model": "pixtral-12b-2409"})
assert hasattr(eng, "_run_ocr_vision_api")
def test_model_name_stored(self):
from picarones.engines.mistral_ocr import MistralOCREngine
eng = MistralOCREngine(config={"model": "mistral-ocr-latest"})
assert eng._model == "mistral-ocr-latest"
def test_pixtral_model_stored(self):
from picarones.engines.mistral_ocr import MistralOCREngine
eng = MistralOCREngine(config={"model": "pixtral-large-latest"})
assert "pixtral" in eng._model.lower()
def test_engine_name_unchanged(self):
from picarones.engines.mistral_ocr import MistralOCREngine
eng = MistralOCREngine(config={"model": "mistral-ocr-latest"})
assert eng.name == "mistral_ocr"
def test_version_returns_model_name(self):
from picarones.engines.mistral_ocr import MistralOCREngine
eng = MistralOCREngine(config={"model": "mistral-ocr-latest"})
assert eng.version() == "mistral-ocr-latest"
def test_default_model_is_mistral_ocr_latest(self):
"""Sans config explicite, le modèle par défaut doit être mistral-ocr-latest."""
from picarones.engines.mistral_ocr import MistralOCREngine
eng = MistralOCREngine()
assert eng._model == "mistral-ocr-latest"
def test_mistral_ocr_latest_routes_to_native_api(self, tmp_path, monkeypatch):
"""mistral-ocr-latest doit appeler _run_ocr_native_api, pas _run_ocr_vision_api."""
from picarones.engines.mistral_ocr import MistralOCREngine
monkeypatch.setenv("MISTRAL_API_KEY", "test-key")
eng = MistralOCREngine(config={"model": "mistral-ocr-latest"})
# Créer une fausse image
img = tmp_path / "page.jpg"
img.write_bytes(b"\xff\xd8\xff\xe0" + b"\x00" * 100)
native_called = []
vision_called = []
def fake_native(url):
native_called.append(url)
return "texte extrait via OCR natif"
def fake_vision(url):
vision_called.append(url)
return "texte extrait via vision"
monkeypatch.setattr(eng, "_run_ocr_native_api", fake_native)
monkeypatch.setattr(eng, "_run_ocr_vision_api", fake_vision)
result = eng._run_ocr(img)
assert native_called, "_run_ocr_native_api aurait dû être appelée"
assert not vision_called, "_run_ocr_vision_api ne doit pas être appelée pour mistral-ocr-latest"
assert result == "texte extrait via OCR natif"
def test_pixtral_model_routes_to_vision_api(self, tmp_path, monkeypatch):
"""pixtral-12b-2409 doit appeler _run_ocr_vision_api, pas _run_ocr_native_api."""
from picarones.engines.mistral_ocr import MistralOCREngine
monkeypatch.setenv("MISTRAL_API_KEY", "test-key")
eng = MistralOCREngine(config={"model": "pixtral-12b-2409"})
img = tmp_path / "page.png"
img.write_bytes(b"\x89PNG\r\n\x1a\n" + b"\x00" * 100)
native_called = []
vision_called = []
def fake_native(url):
native_called.append(url)
return "natif"
def fake_vision(url):
vision_called.append(url)
return "vision"
monkeypatch.setattr(eng, "_run_ocr_native_api", fake_native)
monkeypatch.setattr(eng, "_run_ocr_vision_api", fake_vision)
result = eng._run_ocr(img)
assert vision_called, "_run_ocr_vision_api aurait dû être appelée"
assert not native_called, "_run_ocr_native_api ne doit pas être appelée pour pixtral"
assert result == "vision"
def test_no_api_key_raises(self, tmp_path, monkeypatch):
"""Sans clé API, _run_ocr doit lever RuntimeError."""
from picarones.engines.mistral_ocr import MistralOCREngine
monkeypatch.delenv("MISTRAL_API_KEY", raising=False)
eng = MistralOCREngine(config={"model": "mistral-ocr-latest"})
img = tmp_path / "page.jpg"
img.write_bytes(b"\xff\xd8\xff")
with pytest.raises(RuntimeError, match="MISTRAL_API_KEY"):
eng._run_ocr(img)
# ===========================================================================
# TestFastAPICorpusUpload — POST /api/corpus/upload, GET/DELETE uploads
# ===========================================================================
class TestFastAPICorpusUpload:
@pytest.fixture
def tmp_corpus_zip(self, tmp_path):
"""Crée un ZIP contenant 2 paires image/.gt.txt."""
import io
import zipfile
buf = io.BytesIO()
with zipfile.ZipFile(buf, "w") as zf:
zf.writestr("page001.jpg", b"\xff\xd8\xff") # fake JPEG
zf.writestr("page001.gt.txt", "Texte de la page 1")
zf.writestr("page002.png", b"\x89PNG") # fake PNG
zf.writestr("page002.gt.txt", "Texte de la page 2")
buf.seek(0)
return buf.getvalue()
@pytest.fixture
def tmp_zip_missing_gt(self):
"""ZIP avec une image sans GT."""
import io
import zipfile
buf = io.BytesIO()
with zipfile.ZipFile(buf, "w") as zf:
zf.writestr("page001.jpg", b"\xff\xd8\xff")
zf.writestr("page001.gt.txt", "GT ok")
zf.writestr("page002.png", b"\x89PNG") # pas de GT
buf.seek(0)
return buf.getvalue()
def test_upload_zip_returns_200(self, client, tmp_corpus_zip):
r = client.post(
"/api/corpus/upload",
files=[("files", ("corpus.zip", tmp_corpus_zip, "application/zip"))],
)
assert r.status_code == 200
def test_upload_zip_doc_count(self, client, tmp_corpus_zip):
r = client.post(
"/api/corpus/upload",
files=[("files", ("corpus.zip", tmp_corpus_zip, "application/zip"))],
)
d = r.json()
assert d["doc_count"] == 2
def test_upload_zip_has_corpus_id(self, client, tmp_corpus_zip):
r = client.post(
"/api/corpus/upload",
files=[("files", ("corpus.zip", tmp_corpus_zip, "application/zip"))],
)
d = r.json()
assert "corpus_id" in d
assert "corpus_path" in d
def test_upload_zip_has_pairs(self, client, tmp_corpus_zip):
r = client.post(
"/api/corpus/upload",
files=[("files", ("corpus.zip", tmp_corpus_zip, "application/zip"))],
)
d = r.json()
assert len(d["pairs"]) == 2
def test_upload_zip_missing_gt_reported(self, client, tmp_zip_missing_gt):
r = client.post(
"/api/corpus/upload",
files=[("files", ("corpus.zip", tmp_zip_missing_gt, "application/zip"))],
)
assert r.status_code == 200
d = r.json()
assert d["has_missing_gt"] is True
assert len(d["missing_gt"]) == 1
def test_upload_individual_files(self, client):
files = [
("files", ("img001.jpg", b"\xff\xd8\xff", "image/jpeg")),
("files", ("img001.gt.txt", b"Texte GT", "text/plain")),
]
r = client.post("/api/corpus/upload", files=files)
assert r.status_code == 200
assert r.json()["doc_count"] == 1
def test_upload_empty_zip_returns_422(self, client):
import io
import zipfile
buf = io.BytesIO()
with zipfile.ZipFile(buf, "w") as zf:
zf.writestr("readme.txt", "no images here")
buf.seek(0)
r = client.post(
"/api/corpus/upload",
files=[("files", ("empty.zip", buf.getvalue(), "application/zip"))],
)
assert r.status_code == 422
def test_list_uploads_returns_list(self, client):
r = client.get("/api/corpus/uploads")
assert r.status_code == 200
assert "uploads" in r.json()
def test_list_uploads_includes_uploaded_corpus(self, client, tmp_corpus_zip):
client.post(
"/api/corpus/upload",
files=[("files", ("corpus.zip", tmp_corpus_zip, "application/zip"))],
)
r = client.get("/api/corpus/uploads")
uploads = r.json()["uploads"]
assert len(uploads) >= 1
assert all("corpus_path" in u for u in uploads)
def test_delete_corpus(self, client, tmp_corpus_zip):
upload_r = client.post(
"/api/corpus/upload",
files=[("files", ("corpus.zip", tmp_corpus_zip, "application/zip"))],
)
corpus_id = upload_r.json()["corpus_id"]
del_r = client.delete(f"/api/corpus/uploads/{corpus_id}")
assert del_r.status_code == 200
assert del_r.json()["deleted"] == corpus_id
def test_delete_nonexistent_corpus_returns_404(self, client):
r = client.delete("/api/corpus/uploads/nonexistent-id-xyz")
assert r.status_code == 404
def test_delete_path_traversal_returns_400(self, client):
# corpus_id containing ".." (without slash — FastAPI strips slashes from path params)
r = client.delete("/api/corpus/uploads/..malicious..")
assert r.status_code in (400, 404)
# --- ALTO XML ---
@pytest.fixture
def alto_xml_bytes(self):
"""Contenu d'un fichier ALTO XML minimal valide."""
return (
b'<?xml version="1.0" encoding="UTF-8"?>'
b'<alto xmlns="http://www.loc.gov/standards/alto/ns-v4#">'
b"<Layout><Page><PrintSpace>"
b"<TextBlock><TextLine>"
b'<String CONTENT="Bonjour"/>'
b'<String CONTENT="monde"/>'
b"</TextLine></TextBlock>"
b"</PrintSpace></Page></Layout>"
b"</alto>"
)
@pytest.fixture
def tmp_alto_zip(self, alto_xml_bytes):
"""ZIP contenant une paire image + ALTO XML."""
import io
import zipfile
buf = io.BytesIO()
with zipfile.ZipFile(buf, "w") as zf:
zf.writestr("page001.png", b"\x89PNG")
zf.writestr("page001.xml", alto_xml_bytes)
buf.seek(0)
return buf.getvalue()
def test_upload_alto_zip_returns_200(self, client, tmp_alto_zip):
r = client.post(
"/api/corpus/upload",
files=[("files", ("corpus.zip", tmp_alto_zip, "application/zip"))],
)
assert r.status_code == 200
def test_upload_alto_zip_doc_count(self, client, tmp_alto_zip):
r = client.post(
"/api/corpus/upload",
files=[("files", ("corpus.zip", tmp_alto_zip, "application/zip"))],
)
assert r.json()["doc_count"] == 1
def test_upload_alto_zip_format(self, client, tmp_alto_zip):
r = client.post(
"/api/corpus/upload",
files=[("files", ("corpus.zip", tmp_alto_zip, "application/zip"))],
)
d = r.json()
assert d["gt_format"] == "ALTO XML"
assert d["pairs"][0]["gt_format"] == "ALTO XML"
def test_upload_alto_individual_files(self, client, alto_xml_bytes):
files = [
("files", ("img001.png", b"\x89PNG", "image/png")),
("files", ("img001.xml", alto_xml_bytes, "application/xml")),
]
r = client.post("/api/corpus/upload", files=files)
assert r.status_code == 200
assert r.json()["doc_count"] == 1
assert r.json()["gt_format"] == "ALTO XML"
def test_alto_text_extraction(self, alto_xml_bytes):
"""_detect_xml_gt extrait correctement le texte depuis un ALTO XML."""
from picarones.web.app import _detect_xml_gt
result = _detect_xml_gt(alto_xml_bytes)
assert result is not None
fmt, text = result
assert fmt == "ALTO XML"
assert "Bonjour" in text
assert "monde" in text
# --- PAGE XML ---
@pytest.fixture
def page_xml_bytes(self):
"""Contenu d'un fichier PAGE XML minimal valide."""
return (
b'<?xml version="1.0" encoding="UTF-8"?>'
b'<PcGts xmlns="http://schema.primaresearch.org/PAGE/gts/pagecontent/2013-07-15">'
b"<Page><TextRegion><TextLine>"
b"<TextEquiv><Unicode>Texte de la ligne</Unicode></TextEquiv>"
b"</TextLine></TextRegion></Page>"
b"</PcGts>"
)
@pytest.fixture
def tmp_page_zip(self, page_xml_bytes):
"""ZIP contenant une paire image + PAGE XML."""
import io
import zipfile
buf = io.BytesIO()
with zipfile.ZipFile(buf, "w") as zf:
zf.writestr("page002.png", b"\x89PNG")
zf.writestr("page002.xml", page_xml_bytes)
buf.seek(0)
return buf.getvalue()
def test_upload_page_zip_returns_200(self, client, tmp_page_zip):
r = client.post(
"/api/corpus/upload",
files=[("files", ("corpus.zip", tmp_page_zip, "application/zip"))],
)
assert r.status_code == 200
def test_upload_page_zip_format(self, client, tmp_page_zip):
r = client.post(
"/api/corpus/upload",
files=[("files", ("corpus.zip", tmp_page_zip, "application/zip"))],
)
d = r.json()
assert d["gt_format"] == "PAGE XML"
assert d["pairs"][0]["gt_format"] == "PAGE XML"
def test_page_text_extraction(self, page_xml_bytes):
"""_detect_xml_gt extrait correctement le texte depuis un PAGE XML."""
from picarones.web.app import _detect_xml_gt
result = _detect_xml_gt(page_xml_bytes)
assert result is not None
fmt, text = result
assert fmt == "PAGE XML"
assert "Texte de la ligne" in text
# --- Texte brut ---
def test_upload_plain_txt_format_reported(self, client, tmp_corpus_zip):
"""Un corpus .gt.txt classique doit indiquer 'texte brut' dans le résumé."""
r = client.post(
"/api/corpus/upload",
files=[("files", ("corpus.zip", tmp_corpus_zip, "application/zip"))],
)
assert r.status_code == 200
assert r.json()["gt_format"] == "texte brut"
# --- XML inconnu ignoré ---
def test_unknown_xml_not_valid_pair(self, client):
"""Un XML non ALTO/PAGE ne crée pas de paire valide."""
import io
import zipfile
unknown_xml = b'<?xml version="1.0"?><root><item>foo</item></root>'
buf = io.BytesIO()
with zipfile.ZipFile(buf, "w") as zf:
zf.writestr("pageX.png", b"\x89PNG")
zf.writestr("pageX.xml", unknown_xml)
buf.seek(0)
r = client.post(
"/api/corpus/upload",
files=[("files", ("corpus.zip", buf.getvalue(), "application/zip"))],
)
assert r.status_code == 422
|