jjh42 / mock

Mocking library for Elixir language
MIT License
646 stars 81 forks source link

update meck 0.8.13 -> 0.9.2 #127

Closed thalesmg closed 3 years ago

thalesmg commented 3 years ago

this adds support to OTP 23+. in particular, OTP 24 dropped the :erlang.get_stacktrace/0 function, which breaks with_mock when an error is raised inside a mocked function.

coveralls commented 3 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling c7b022b778ee082aa4fc60652f7496b2789f195a on thalesmg:update-meck into e00a88735f15895d2e9977809c339621347e7471 on jjh42:master.

Olshansk commented 3 years ago

I'm currently travelling but will take a look test, merge and publish when I'm back on Sunday!

Olshansk commented 3 years ago

Merged and published v0.3.7 https://hex.pm/packages/mock.

thalesmg commented 3 years ago

Nice, thanks!