Use require_relative instead of require for 'test_plugin_helper'#44
Use require_relative instead of require for 'test_plugin_helper'#44timogoebel merged 1 commit intomasterfrom
Conversation
timogoebel
left a comment
There was a problem hiding this comment.
This has some downsides, but I'm ok with it for now if it makes testing easier.
|
@timogoebel Can you elaborate on the downsides ? |
|
@leewaa: I don't like it because it's odd to use the relative path to go back to the "root-path". I guess I just don't like the developer experience. If I run
My gut feeling tells me, the proper approach is to try to do the same. But I'd need to dig into this to know for sure. |
|
Ok I see. Well I did a hunt around to be totally sure its not going to cause us any problems (still can't know for sure). Checkout this thread on Stack overflow. Its usage is not clearly defined however some seem to think that |
close #43