Skip to content

jmevel/actix-mockall-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

This sample application shows how to use mockall with Actix

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages