You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now I have feature files only for first app someapp. Setting LETTUCE_APPS = ('someapp',) is supposed to run features only for first app but it also tries to run it for second app and fails with
Lets say I have 2 apps
Now I have feature files only for first app
someapp
. SettingLETTUCE_APPS = ('someapp',)
is supposed to run features only for first app but it also tries to run it for second app and fails withHere is the culprit line:
6d68a72:/lettuce/django/apps.py#L38
Is there a specific reason to use
startswith
?The text was updated successfully, but these errors were encountered: