eproxus / meck

A mocking library for Erlang
http://eproxus.github.io/meck
Apache License 2.0
811 stars 231 forks source link

How to install meck on windows #237

Closed chenmurong closed 2 years ago

chenmurong commented 2 years ago

How to install meck on windows

Reproduction Steps

I have a project with erlang on Windows 10, now, I want to build EUnit, but EUnit not mock function, So,I want EUnit mock By Meck . Buy meck install not on windows document. Can you tell me how to install meck on windows. Sincere thanks

Versions

Erlang/OTP 24 OS: windows 10

eproxus commented 2 years ago

Hi @chenmurong!

I'd recommend creating a project using Rebar 3 and adding Meck as a dependency. You can check their getting started guide for Windows here.

For these kinds of support questions, please open a discussion topic instead of an issue. 🙂

chenmurong commented 2 years ago

Hi @chenmurong!

I'd recommend creating a project using Rebar 3 and adding Meck as a dependency. You can check their getting started guide for Windows here.

For these kinds of support questions, please open a discussion topic instead of an issue. 🙂

Understand,Thanks。This is my first question, I will remember it later🙂