mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-19 12:57:58 +00:00
Ensure the TRL vLLM completion wrapper returns a Completion with text so issue #183 stays covered. |
||
|---|---|---|
| .. | ||
| test_utils | ||
| api_test_utils.py | ||
| conftest.py | ||
| README.md | ||
| test_advantages.py | ||
| test_api_compression.py | ||
| test_api_legacy.py | ||
| test_api_messages_handling.py | ||
| test_api_messages_handling_README.md | ||
| test_jsonl2html.py | ||
| test_managed_server.py | ||
| test_openai_api_workarounds.py | ||
| test_reasoning_models.py | ||
| test_trl_vllm_server.py | ||
Running Tests
This section contains instructions and guidelines for running the test suite. Please ensure all tests pass before submitting contributions.
We use pytest for our testing framework.
Simply run pytest from the main directory and you're good to go.