GitHub user iilyak opened a pull request:

    https://github.com/apache/couchdb/pull/394

    Support sharing test helpers

    It is tedious to share test_helpers between different applications.
    We used to place test helpers modules in the `src` directory of the
    application but this pollutes the `src` and gets deployed into
    production.
    In order to solve this problem we add support for following directories
    in every application:
    
     - test/helpers - a place where you put *.erl files with helper modules
     - test/include - a place for *.hrl files you want to share

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/cloudant/couchdb share_test_helpers

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/couchdb/pull/394.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #394
    
----
commit 913d83dc1897ae7f158b05fbc5bc53b7490aad6b
Author: ILYA Khlopotov <[email protected]>
Date:   2016-03-16T16:50:01Z

    Support sharing test helpers
    
    It is tedious to share test_helpers between different applications.
    We used to place test helpers modules in the `src` directory of the
    application but this pollutes the `src` and gets deployed into
    production.
    In order to solve this problem we add support for following directories
    in every application:
    
     - test/helpers - a place where you put *.erl files with helper modules
     - test/include - a place for *.hrl files you want to share

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to