libchat/core/integration_tests_core
Jazz Turner-Baggs 8112a83356
change log level
2026-06-02 17:51:56 -07:00
..
2026-04-28 16:40:18 -07:00
2026-06-02 17:51:56 -07:00
2026-05-21 14:43:57 -07:00
2026-04-28 16:40:18 -07:00

This crate is dedicated to backend integration tests.

Tests can be built using any supplied service implementation. Various implementations are available in the Extensions/components crate.

Running Tests

Integration tests are executed when running cargo test from the workspace folder.

Alternatively they can be executed from any crate, using

cargo test --package integration_tests_core