Commits on Source (11)
-
Eva Bardou authored
-
Erwan Rouchet authored
-
Erwan Rouchet authored
-
Eva Bardou authored
-
Eva Bardou authored
-
Eva Bardou authored
-
Eva Bardou authored
-
-
Erwan Rouchet authored
-
Eva Bardou authored
-
Showing
- .isort.cfg 1 addition, 1 deletion.isort.cfg
- arkindex_worker/cache.py 137 additions, 0 deletionsarkindex_worker/cache.py
- arkindex_worker/reporting.py 2 additions, 26 deletionsarkindex_worker/reporting.py
- arkindex_worker/worker.py 271 additions, 78 deletionsarkindex_worker/worker.py
- requirements.txt 2 additions, 1 deletionrequirements.txt
- tests/conftest.py 167 additions, 1 deletiontests/conftest.py
- tests/data/cache/tables.sqlite 0 additions, 0 deletionstests/data/cache/tables.sqlite
- tests/test_base_worker.py 9 additions, 1 deletiontests/test_base_worker.py
- tests/test_cache.py 62 additions, 0 deletionstests/test_cache.py
- tests/test_elements_worker/test_classifications.py 6 additions, 1 deletiontests/test_elements_worker/test_classifications.py
- tests/test_elements_worker/test_elements.py 159 additions, 4 deletionstests/test_elements_worker/test_elements.py
- tests/test_elements_worker/test_entities.py 6 additions, 1 deletiontests/test_elements_worker/test_entities.py
- tests/test_elements_worker/test_metadata.py 6 additions, 1 deletiontests/test_elements_worker/test_metadata.py
- tests/test_elements_worker/test_transcriptions.py 564 additions, 77 deletionstests/test_elements_worker/test_transcriptions.py
- tests/test_merge.py 167 additions, 0 deletionstests/test_merge.py
- tests/test_reporting.py 1 addition, 58 deletionstests/test_reporting.py
arkindex_worker/cache.py
0 → 100644
This diff is collapsed.
arkindex-client==1.0.6 | ||
peewee==3.14.4 | ||
Pillow==8.1.0 | ||
python-gitlab==2.6.0 | ||
python-gnupg==0.4.6 | ||
sh==1.14.1 | ||
tenacity==6.3.1 | ||
tenacity==7.0.0 |
tests/data/cache/tables.sqlite
0 → 100644
File added
tests/test_cache.py
0 → 100644
This diff is collapsed.
tests/test_merge.py
0 → 100644