Crate bitwarden_test

Source
Expand description

§Bitwarden Test

This crate should only be used in tests and should not be included in production builds.

Contains test utilities for Bitwarden.

Modules§

api 🔒
repository 🔒

Structs§

MemoryRepository
A simple in-memory repository implementation. The data is only stored in memory and will not persist beyond the lifetime of the repository instance.

Functions§

start_api_mock
Helper for testing the Bitwarden API using wiremock.