We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Expected behavior Should be able to run spec after generating the step from spec
Actual behavior from getgauge. python import step is added after the step definitions. So getting TypeError: 'NoneType' object is not callable
from getgauge. python import step
TypeError: 'NoneType' object is not callable
Steps to replicate
gauge-python
The type error is displayed
Version
Gauge version: 0.9.8.nightly-2018-04-26 Commit Hash: 5bd699e Plugins ------- python (0.3.0.nightly-2018-04-25)
Related to issue getgauge/gauge-vscode#119
The text was updated successfully, but these errors were encountered:
fixes issue with import statement in stubImplementation request, #65
ca59c45
fix should be available in nightly >= 30-4-18
Sorry, something went wrong.
nehashri
No branches or pull requests
Expected behavior
Should be able to run spec after generating the step from spec
Actual behavior
from getgauge. python import step
is added after the step definitions. So gettingTypeError: 'NoneType' object is not callable
Steps to replicate
gauge-python
projectVersion
Related to issue getgauge/gauge-vscode#119
The text was updated successfully, but these errors were encountered: