libchat/core/integration_tests_core
Jazz Turner-Baggs 7612b233c9
Add 1:1 Chats using Groups (#139)
* Add Identified Trait for convo

* Add PrivateV2Convo

* Rename to DirectV1

* Rename ConvoTypeOwned variant

* Update DirectV1 to support multiple members

* Apply suggestion from @kaichaosun

Co-authored-by: kaichao <kaichaosuna@gmail.com>

---------

Co-authored-by: kaichao <kaichaosuna@gmail.com>
2026-06-19 12:01:17 -07:00
..
2026-06-15 13:15:18 -07:00
2026-06-19 12:01:17 -07:00
2026-06-15 13:15:18 -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