Skip to main content

Module mock

Module mock 

Source
Expand description

Mock client for unit testing.

Implements SashikoApi with canned responses that can be configured per test via set_*() methods.

Structs§

MockClient
A mock implementation of SashikoApi for testing.

Type Aliases§

MockResult 🔒