Commits on Source (25)
-
Eva Bardou authored
-
Bastien Abadie authored
-
Eva Bardou authored
-
Eva Bardou authored
-
Eva Bardou authored
-
Eva Bardou authored
-
Eva Bardou authored
-
Bastien Abadie authored
-
Eva Bardou authored
-
Bastien Abadie authored
-
-
-
Bastien Abadie authored
-
-
Bastien Abadie authored
-
Bastien Abadie authored
-
Yoann Schneider authored
-
-
Bastien Abadie authored
-
Bastien Abadie authored
-
Bastien Abadie authored
-
-
-
-
Showing
- VERSION 1 addition, 1 deletionVERSION
- arkindex_worker/cache.py 66 additions, 12 deletionsarkindex_worker/cache.py
- arkindex_worker/git.py 4 additions, 1 deletionarkindex_worker/git.py
- arkindex_worker/models.py 20 additions, 3 deletionsarkindex_worker/models.py
- arkindex_worker/worker/__init__.py 22 additions, 7 deletionsarkindex_worker/worker/__init__.py
- arkindex_worker/worker/base.py 36 additions, 19 deletionsarkindex_worker/worker/base.py
- arkindex_worker/worker/entity.py 79 additions, 5 deletionsarkindex_worker/worker/entity.py
- arkindex_worker/worker/transcription.py 28 additions, 13 deletionsarkindex_worker/worker/transcription.py
- requirements.txt 1 addition, 1 deletionrequirements.txt
- tests-requirements.txt 2 additions, 2 deletionstests-requirements.txt
- tests/conftest.py 114 additions, 24 deletionstests/conftest.py
- tests/test_base_worker.py 10 additions, 6 deletionstests/test_base_worker.py
- tests/test_cache.py 8 additions, 4 deletionstests/test_cache.py
- tests/test_element.py 59 additions, 14 deletionstests/test_element.py
- tests/test_elements_worker/__init__.py 10 additions, 0 deletionstests/test_elements_worker/__init__.py
- tests/test_elements_worker/test_classifications.py 38 additions, 39 deletionstests/test_elements_worker/test_classifications.py
- tests/test_elements_worker/test_cli.py 5 additions, 5 deletionstests/test_elements_worker/test_cli.py
- tests/test_elements_worker/test_elements.py 110 additions, 70 deletionstests/test_elements_worker/test_elements.py
- tests/test_elements_worker/test_entities.py 341 additions, 17 deletionstests/test_elements_worker/test_entities.py
- tests/test_elements_worker/test_metadata.py 35 additions, 15 deletionstests/test_elements_worker/test_metadata.py
... | ... | @@ -3,5 +3,5 @@ peewee==3.14.4 |
Pillow==8.1.0 | ||
python-gitlab==2.6.0 | ||
python-gnupg==0.4.7 | ||
sh==1.14.1 | ||
sh==1.14.2 | ||
tenacity==7.0.0 |
pytest==6.2.3 | ||
pytest==6.2.4 | ||
pytest-mock==3.5.1 | ||
pytest-responses==0.4.0 | ||
pytest-responses==0.5.0 |
tests/test_elements_worker/__init__.py
0 → 100644