9ed8cd3cae
feat: add auto-start server fixture ( #118 )
...
Smoke Test / smoke (pull_request) Successful in 21s
- turboquant_server_url fixture: auto-starts llama-server if no URL provided
- Finds binary in standard locations or PATH
- Finds GGUF model in standard locations
- Configurable via env vars (port, kv_type, ctx_size, timeout)
- Skips gracefully if binary or model not found
- turboquant_model_name fixture for model discovery
2026-04-21 11:52:26 +00:00
82ab8b22c3
feat: add server manager for auto-start fixture ( #118 )
2026-04-21 11:51:22 +00:00
492c1cdcfd
Merge PR #90
...
Smoke Test / smoke (pull_request) Successful in 13s
Merged PR #90 : feat: integration test — turboquant compressed model
2026-04-17 01:52:09 +00:00
300918ee1e
test: quant selector tests ( #81 )
Smoke Test / smoke (pull_request) Successful in 12s
2026-04-15 15:04:41 +00:00
d2edbdadc2
test: add tool call integration tests ( #82 )
Smoke Test / smoke (pull_request) Successful in 11s
2026-04-15 14:53:47 +00:00
c009d8df77
test: add pytest conftest ( #82 )
2026-04-15 14:53:45 +00:00
Alexander Whitestone
8affe79489
cleanup: remove committed .pyc and redundant Python test, add .gitignore
Smoke Test / smoke (pull_request) Successful in 11s
2026-04-14 11:34:38 -04:00
Alexander Whitestone
319f57780d
feat: add standalone build system and roundtrip tests (Issue #17 )
...
- CMakeLists.txt: builds turboquant as static library
- TURBOQUANT_BUILD_TESTS option enables ctest roundtrip tests
- tests/roundtrip_test.cpp: validates zero-vector roundtrip and
gaussian cosine similarity (>=0.99)
- Makefile wrapper for convenience (build/test/clean targets)
- Addresses contributor feedback on spec-to-code gap and CI from #17
2026-04-14 11:34:38 -04:00