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

Generate step implementation gives script error #65

Closed
sswaroopgupta opened this issue Apr 27, 2018 · 1 comment
Closed

Generate step implementation gives script error #65

sswaroopgupta opened this issue Apr 27, 2018 · 1 comment
Assignees

Comments

@sswaroopgupta
Copy link
Contributor

sswaroopgupta commented Apr 27, 2018

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

Steps to replicate

  • Create a gauge-python project
  • Add a new step in spec
  • Generate step implementation
  • Run the specs

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

@nehashri
Copy link
Contributor

nehashri commented May 3, 2018

fix should be available in nightly >= 30-4-18

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

No branches or pull requests

2 participants