eproxus / meck

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

Make remote_setup more robust #109

Closed i11 closed 11 years ago

i11 commented 11 years ago

Had issues with running test from configured node. This is usually the case when project is managed by external tool (e.g. maven). As well as test beams being separated from the source ones.

Remote cover compilation has problems in such case as well, but I've worked around it for now.

eproxus commented 11 years ago

Thanks! Merged into master!