fix(): fix e2e ml tests, handle no entries for vacancies

This commit is contained in:
gitgernit
2025-11-23 11:44:08 +03:00
parent a879da4ed5
commit b15282baef
8 changed files with 40 additions and 27 deletions
+3
View File
@@ -232,4 +232,7 @@ omit = [
'*/__about__.py',
'*/__main__.py',
'*/__init__.py',
'src/dataset/*',
'src/template_project/ml/*',
'src/template_project/application/resume/interactors/predict_model.py',
]