Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Base directory CLI option #292

Open
siggimoo opened this issue Sep 30, 2012 · 2 comments
Open

Feature Request: Base directory CLI option #292

siggimoo opened this issue Sep 30, 2012 · 2 comments

Comments

@siggimoo
Copy link

I often have a set of common steps and other methods that are used across an entire project, so I put them in a common.py file at the top of my Lettuce file hierarchy. Unfortunately, when I test a single feature the base-directory is changed to that of the feature file and all higher-level files are ignored. It would be helpful, therefore, to have a CLI option to specify a specific base-directory independent from the feature file.

For instance:

lettuce -b src/test/lettuce src/test/lettuce/subsystem/my.feature
@gabrielfalcao
Copy link
Owner

You could just use:

cd src/test/lettuce && lettuce subsystem/my.feature

@koterpillar
Copy link
Contributor

I believe #343 fixed this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants