mirror of
https://github.com/logos-messaging/libchat.git
synced 2026-06-27 19:49:31 +00:00
* Add WakeupService * Move Id to trait * Add GroupV2 * Add convo cache * Add TestHarness * Instrument call paths * Downgrade Ciphersuite * Update imports * cleanups * Add Wakeups to Client * fix: protoc dependency for ci * fix: nix hash * Remove save_conversation for v2 * PR comments
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