-
Notifications
You must be signed in to change notification settings - Fork 73
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
pending library steps #32
Comments
https://github.com/acuminous/yadda#functions, but following the advice here i get stack traces :-( |
Maybe the documentation isn't clear enough, what I mean by not implementing a function is... library.given(/some step text/); However the downside of this approach is that your test running won't know that the test is incomplete. I mentioned in issue 30 that I'll investigate emitting an UNIMPLEMENTED_STEP event and see if I can get mocha to report a pending step. |
should be great |
I've worked out a way of doing (you remove the function from the mocha test at runtime) however it's going to require a substantial re-write. There's a lot of other changes that the original Yadda design didn't allow so I've started playing with my ideas here once they get a bit more stable I'll branch yadda work from there. |
The text was updated successfully, but these errors were encountered: