nickva commented on issue #2039: Exunit simplified URL: https://github.com/apache/couchdb/pull/2039#issuecomment-500601722 > > @nickva if there is any way to avoid renaming all the paths to the eunit tests. If it would make things harder, that's fine, but didn't know what reason was. > > I moved eunit tests for better readability. I personally find it easier when tests are organized in separate directories. It is possible to keep eunit tests in the old location. In this case the structure would be: > > ``` > <app>/test/some_test.erl > <app>/test/exunit/test_helper.exs > <app>/test/exunit/some_test.exs > ``` > > Please let me know if you want me to change directory structure to keep old eunit where they were. Ah ok, `eunit` and `exunit` folders do look better.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
