We needed to update argilla's unit test suite by adding additional tests with the extralit-specific changes and argilla-specific changes: `argilla-server/tests/` - [x] Workspace bucket create/delete - [x] Workspace document upload/list - [x] Workspace files upload/fetch/ - [x] Workspace models - [x] Get record users submitted responses as suggestions argilla tests - [ ] CLI schemas upload/list/delete - [ ] dataset add_document and delete_document at [argilla/tests/integration/client/feedback/dataset/remote/test_dataset.py](url) - [ ] Workspace add, get, update schemas at [argilla/src/argilla/client/workspaces.py](url) extralit tests: - [ ] chat/ endpoints - [ ] extraction/ endpoint - [ ] Upload schemas - [ ] Pip install `extralit[pdf]` `argilla-frontend/tests/` - [ ] Get pdf file with proper user permissions - [ ] QuestionsForm increment `duration` on save/submit draft - [ ] Retrieve suggestions from other responses (excluding self-response) - [ ] After update workspace schemas, fetch schema should notice new schema version update - [ ] Retrieve Segments on document
We needed to update argilla's unit test suite by adding additional tests with the extralit-specific changes and argilla-specific changes:
argilla-server/tests/argilla tests
extralit tests:
extralit[pdf]argilla-frontend/tests/durationon save/submit draft