Allow asserting that a mock will be called within a timeout
Abierto
enhancement
help wanted
- Lenguaje dominante
- Elixir
- Estrellas
- 813
- Forks
- 66
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
It'd be nice to have the option to assert that a mocked function will be called in a defined timeout.
`:meck.wait` supports it pretty directly, should be a good fit to `expect(mod) |> to(receive ...)`.
Maybe something like `expect(mod) |> to(receive ..., within: 500)`?
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.