Hetavi Shah
cd0dc1344e
[OND211-2329]: Removed Department and group modules.
2025-11-21 11:08:17 +05:30
Hetavi Shah
d5dcb4408e
[OND211-2329]: Updated remove member from team API and tests.
2025-11-20 11:31:51 +05:30
Hetavi Shah
6c68429333
[OND211-2329]: Added new tests for promote/demote admin API.
2025-11-19 18:47:01 +05:30
Hetavi Shah
0d48560e66
[OND211-2329]: Added new tests and updated existing tests for team API.
2025-11-19 18:14:49 +05:30
Hetavi Shah
b54a6ace78
[OND211-2329]: Added tests for update team API.
2025-11-19 17:40:16 +05:30
Hetavi Shah
4c8ea1d21a
[OND211-2329]: Added tests to delete group.
2025-11-19 17:17:45 +05:30
Hetavi Shah
c50f7b39d9
[OND211-2329]: Updated create group tests and added tests for add/remove members to group.
2025-11-19 16:53:43 +05:30
Hetavi Shah
3e7d57b208
[OND211-2329]: Updated team API's and added create group tests.
2025-11-19 16:34:14 +05:30
Hetavi Shah
6ef0668f0c
[OND211-2329]: Added helper methods for department tests.
2025-11-18 19:00:56 +05:30
Hetavi Shah
5413628aaf
[OND211-2329]: Added tests to test the add/remove members to a department.
2025-11-17 18:49:26 +05:30
Hetavi Shah
0e2c72a2bb
[OND211-2329]: Added tests to test the create department API.
2025-11-17 18:12:23 +05:30
Hetavi Shah
113620ea80
[OND211-2329]: Updated the user tests to follow typings and shifted reusable variables and funtions to the conftest.py file.
2025-11-14 18:59:27 +05:30
Hetavi Shah
00b476783c
[OND211-2329]: Added create department API and tests.
2025-11-12 19:01:27 +05:30
Hetavi Shah
1d23b46ce4
[OND211-2329]: Added delete user api and tests.
2025-11-11 15:19:29 +05:30
Hetavi Shah
7890c3111f
[OND211-2329]: Added list_users api.
2025-11-11 13:05:27 +05:30
Hetavi Shah
d442bf0504
[OND211-2329] : Create user api and tests, update user api and tests.
2025-11-10 19:00:24 +05:30
Liu An
9f9acf0c49
Test: Add document app tests ( #8456 )
...
### What problem does this PR solve?
- Add new test suite for document app with
create/list/parse/upload/remove tests
- Update API URLs to use version variable from config in HTTP and web
API tests
### Type of change
- [x] Add test cases
2025-06-24 17:26:16 +08:00
Liu An
86a1411b07
Refa: Test configs ( #8220 )
...
### What problem does this PR solve?
- Move common constants (HOST_ADDRESS, INVALID_API_TOKEN, etc.) to
configs.py
- Update test imports to use centralized configs
- Clean up duplicate constant definitions across test files
This improves maintainability by centralizing configuration.
### Type of change
- [x] Refactoring test case
2025-06-12 17:42:00 +08:00
Liu An
92625e1ca9
Fix: document typo in test ( #8091 )
...
### What problem does this PR solve?
fix document typo in test
### Type of change
- [x] Typo
2025-06-05 19:03:46 +08:00
Liu An
52c814b89d
Refa: Move HTTP API tests to top-level test directory ( #8042 )
...
### What problem does this PR solve?
Move test cases only - CI still runs tests under sdk/python
### Type of change
- [x] Refactoring
2025-06-04 13:16:17 +08:00