Skip to content

Partial name matching of apps causes problems #549

@erfaan

Description

@erfaan

Lets say I have 2 apps

  1. someapp
  2. someapp_api

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

could not find features at ./someapp_api/features

Here is the culprit line:

6d68a72:/lettuce/django/apps.py#L38

Is there a specific reason to use startswith?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions