-
-
Notifications
You must be signed in to change notification settings - Fork 531
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
Substitution breaks for commands substitution #120
Comments
Original comment by @hpk42 fix issue #120: section subs in commands doesn't work ProblemSection substitution for AcceptanceWhen section substitution is specified as a single form of When section substation happens as part of the other command line declaration - preserve original behaviour. Changes
→ <> |
Original comment by @hpk42 Substitution indeed does not work with commands, kind of a known limitation which should be lifted. |
Since there doesn’t seem to be a way to describe several environments at once like
[testenv:py32,py33]
or just[testenv:py3]
(please correct me if I’m wrong :)) I would like to substitute commands but when I do this:I’ll get
If I copy and paste the command line, it works fine.
My guess is that it tries to treat the whole command line as the executable instead of just
py.test
and splitting the rest as arguments?The text was updated successfully, but these errors were encountered: