atropos/atroposlib/tests
Jai Suphavadeeprasit a8cdb53a4d address problems
2026-03-13 16:12:05 -04:00
..
test_utils feat: add minimum batch allocation support for environments 2025-07-07 08:50:28 -05:00
api_test_utils.py fix: use sys.executable instead of hardcoded "python" in tests 2026-03-05 17:04:45 -05:00
conftest.py add tool call parsing based on vllm impl and an openai server endpoint 2026-03-02 23:17:13 -06:00
README.md Fix API to accept messages without reward field + comprehensive tests 2025-06-09 14:03:08 -05:00
test_advantages.py Remove dependency on torch for default installation 2025-05-12 10:17:41 -05:00
test_api_compression.py fix: use sys.executable instead of hardcoded "python" in tests 2026-03-05 17:04:45 -05:00
test_api_legacy.py Fix API to accept messages without reward field + comprehensive tests 2025-06-09 14:03:08 -05:00
test_api_messages_handling.py fix: use sys.executable instead of hardcoded "python" in tests 2026-03-05 17:04:45 -05:00
test_api_messages_handling_README.md Fix API to accept messages without reward field + comprehensive tests 2025-06-09 14:03:08 -05:00
test_jsonl2html.py [pre-commit.ci] auto fixes from pre-commit.com hooks 2026-01-14 21:36:05 +00:00
test_managed_server.py clean logging 2026-03-13 12:38:52 -04:00
test_managed_server_proxy.py add env using the tool api stuff 2026-03-03 19:51:30 -06:00
test_managed_server_proxy_integration.py add tool call parsing based on vllm impl and an openai server endpoint 2026-03-02 23:17:13 -06:00
test_openai_api_workarounds.py Update test_openai_api_workarounds.py 2026-01-29 10:13:50 +02:00
test_reasoning_models.py update test to reflect the change in reasoning effort mapping 2026-01-15 07:48:52 +00:00
test_server_logprobs.py [pre-commit.ci] auto fixes from pre-commit.com hooks 2026-03-13 15:14:09 +00:00
test_teacher_distillation_env.py address problems 2026-03-13 16:12:05 -04:00
test_tool_call_translator.py add env using the tool api stuff 2026-03-03 19:51:30 -06:00
test_trl_vllm_server.py Add regression test for TRL vLLM completion wrapper 2026-02-06 01:57:16 +05:30
test_vllm_api_server_generate.py testing 2026-03-03 23:38:04 -05:00

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.