libchat/core/integration_tests_core
Ekaterina Broslavskaia 462a4884c6
feat(group_v2): create a group with its initial members in one commit (#194)
* feat(group_v2): found a group with its initial members in one commit

* test(group_v2): size fast-config timers above transport delay

* update rev

* fix: rollback it the add_member logic

* fix one more fast_config
2026-08-07 14:38:32 +03: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