Substitution breaks for commands substitution #120
Closed
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. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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: