Run python in hints tests

This commit is contained in:
Florian Bruhin 2017-03-29 09:49:22 +02:00
parent 2c4e549d80
commit dc0a782839

View File

@ -45,17 +45,17 @@ Feature: Using hints
Scenario: Using :hint spawn with flags and -- (issue 797)
When I open data/hints/html/simple.html
And I hint with args "-- all spawn -v echo" and follow a
And I hint with args "-- all spawn -v python -c ''" and follow a
Then the message "Command exited successfully." should be shown
Scenario: Using :hint spawn with flags (issue 797)
When I open data/hints/html/simple.html
And I hint with args "all spawn -v echo" and follow a
And I hint with args "all spawn -v python -c ''" and follow a
Then the message "Command exited successfully." should be shown
Scenario: Using :hint spawn with flags and --rapid (issue 797)
When I open data/hints/html/simple.html
And I hint with args "--rapid all spawn -v echo" and follow a
And I hint with args "--rapid all spawn -v python -c ''" and follow a
Then the message "Command exited successfully." should be shown
@posix