libchat/core/integration_tests_core
kaichao 4df23aad63
Include sender information on missing messages (#120)
* feat: prefix sender id

* chore: add message struct for sender info

* chore: refactor struct name for frontier

* chore: reuse duplicate test

* chore: fix clippy

* feat: use sender_id in wire

* chore: remove result

* chore: fix nix build

* chore: bump chat_proto version
2026-06-02 21:55:19 +08:00
..
2026-05-19 11:54:54 -07:00
2026-05-20 13:18:25 -07:00
2026-05-19 11:54:54 -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