Files
libchat/core/integration_tests_core
kaichao cbfd8174d1 feat: produce message acked events (#204)
* feat: adopt causal history for group v2

* feat: message seen

* chore: clear duplicate tests

* chore: refactor the event convertion

* chore: refactor on imports, functional sequential processing etc

* chore: renaming to DeliveryAck

* chore: merge tests into group v2 integration tests

* chore: fix ack related namings
2026-08-15 00:40:12 +08: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