Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 360 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 360 Bytes

Actix mockall sample

This sample application shows how to use mockall with Actix.

An Email Client is taken as an example:

  • A "real" email client is stored in Actix's Application Data when running the project.
  • A mock is used instead of the real email client when running the integration test.