web
web copied to clipboard
Remove Mock -> Use Mox (or Hammox)
http://blog.plataformatec.com.br/2015/10/mocks-and-explicit-contracts/
Some tests with mock here: https://github.com/trento-project/web/pull/304/commits/046bcd9fac28363d8c3b84a01d16fe8c3065807d
https://github.com/trento-project/web/blob/main/test/trento/application/integration/checks/checks_test.exs
-
"should handle execution completed event properly"
-
"should handle execution started event properly"
https://github.com/trento-project/web/pull/409