Allow different features dir#93
Allow different features dir#93jricardo27 wants to merge 2 commits intoaloetesting:masterfrom jricardo27:allow_different_features_dir
Conversation
Useful when for some unfortunate reason there is already a directory called features.
setup.py
Outdated
There was a problem hiding this comment.
Don't do this, releases are independent of pull requests.
|
What's the rationale for this? With this change, the steps cannot be shared between features and that creates confusion. Remember that you can always run a part of the features by passing |
|
If I think not requiring the features directory be named
|
|
I agree, I think in terms of Aloe you would just pass it to the command. However I think there's room for it in Aloe-Django as something to go in your settings file? |
|
Need to document what to do if you already have a module called |
Allow to specify an alternative features directory
Useful when for some unfortunate reason there is already a directory called features.