Skip to content

Conversation

@AnshulPatil2005
Copy link

@AnshulPatil2005 AnshulPatil2005 commented Dec 19, 2025

PR Title format: [Refactor][DOCS] Improve user profile component and Fix all inappropriate "Argilla" branding references

Description

Moved the client test suite from tests/integration/test_client.py to tests/unit/test_client_unit.py.
Created a MockClient implementation in tests/unit/client_mocks.py to simulate API behavior without external dependencies.

Fix all inappropriate "Argilla" branding references in the Extralit documentation while preserving intentional references to Argilla as the foundational project.

Related Tickets & Documents

Closes #178 and #176

What type of PR is this? (check all applicable)

  • Refactor
  • Feature
  • Bug Fix
  • Optimization
  • Documentation Update

Added/updated tests?

  • Yes
  • No, and this is why: doesnt change the behavior of the API
  • I need help with writing tests

Added/updated documentations?

  • Yes
  • No, and this is why: NA
  • I need help with writing docs

Checklist

AnshulPatil2005 and others added 4 commits December 16, 2025 19:45
Moved the client test suite from `tests/integration/test_client.py` to `tests/unit/test_client_unit.py`.
Created a `MockClient` implementation in `tests/unit/client_mocks.py` to simulate API behavior without external dependencies.
This change addresses the TODO in the original test file and improves test isolation and speed.
Moved the client test suite from `tests/integration/test_client.py` to `tests/unit/test_client_unit.py`.
Created a `MockClient` implementation in `tests/unit/client_mocks.py` to simulate API behavior without external dependencies.
This change addresses the TODO in the original test file and improves test isolation and speed.
@AnshulPatil2005 AnshulPatil2005 requested review from a team as code owners December 19, 2025 00:21
@AnshulPatil2005 AnshulPatil2005 deleted the unit-tests-client-mock-6156354514360196774 branch December 19, 2025 00:48
@AnshulPatil2005 AnshulPatil2005 restored the unit-tests-client-mock-6156354514360196774 branch December 19, 2025 00:55
@AnshulPatil2005
Copy link
Author

AnshulPatil2005 commented Dec 19, 2025

There are two issues covered in this one pr(this was done by mistake as i accidentally merged two branches)
@JonnyTran

@AnshulPatil2005 AnshulPatil2005 changed the title TODO found in extralit/tests/integration/test_client.py TODO found in extralit/tests/integration/test_client.py and documentation update Dec 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Refactor] TODO found in extralit/tests/integration/test_client.py:

1 participant