llama-stack-mirror/tests/unit/models
skamenan7 bdf251b870 test(models): convert decode_assistant_message test from unittest to pytest
- Convert test classes to pytest functions and fixtures
- Replace unittest assertions with pytest assertions
- Use pytest.mark.parametrize for parameterized tests
- Remove unittest.TestCase inheritance and setUp methods
- Maintain all test functionality and coverage

Addresses review feedback from PR #2663
2025-07-14 14:42:54 -04:00
..
llama chore: remove usage of load_tiktoken_bpe (#2276) 2025-06-02 07:33:37 -07:00
test_decode_assistant_message.py test(models): convert decode_assistant_message test from unittest to pytest 2025-07-14 14:42:54 -04:00
test_prompt_adapter.py fix: Updating ToolCall.arguments to allow for json strings that can be decoded on client side (#1685) 2025-03-19 10:36:19 -07:00
test_system_prompts.py fix: update default tool call system prompt (#1712) 2025-03-19 22:49:24 -07:00