unsloth/studio/backend/tests
Test c8c371610b fix(test): use capsys instead of caplog for structlog output
TestLogGpuMemory tests used pytest's caplog fixture to capture log
output, but log_gpu_memory() uses structlog which writes to stdout,
not Python's standard logging module. caplog only captures standard
logging messages, so assertions always failed on empty text.

Switch to capsys which captures stdout directly.
2026-03-13 09:42:46 +00:00
..
__init__.py Final cleanup 2026-03-12 18:28:04 +00:00
conftest.py Final cleanup 2026-03-12 18:28:04 +00:00
test_data_recipe_seed.py fix(seed): disable remote code execution for seed inspect loads 2026-03-13 01:48:22 -07:00
test_utils.py fix(test): use capsys instead of caplog for structlog output 2026-03-13 09:42:46 +00:00