You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(again a repeated thanks for this killer project. It has been fun to work with and really adds a lot to my project.)
When I was getting started out I would have appreciated a running example. I had to sort out some issues with file placement and naming, and just simple organization. The readme and various blogs show how to use it, but having something running to hack at is so much nicer.
My idea is that users could just copy a working set of files into their project or an empty dir, run it, and start from there. Something as simple as:
/ example
book.py -- a very simple class
book.feature
test_book.py
The feature would contain the basics: a background, a few scenarios (possibly with one failing so that users could tweak it), some steps with a parser, some without, and the test_book.py would just pull in all of the features.
If you'd like I can kick off an initial draft and PR a draft back to this repo. Cheers, jz
The text was updated successfully, but these errors were encountered:
Hi there,
(again a repeated thanks for this killer project. It has been fun to work with and really adds a lot to my project.)
When I was getting started out I would have appreciated a running example. I had to sort out some issues with file placement and naming, and just simple organization. The readme and various blogs show how to use it, but having something running to hack at is so much nicer.
My idea is that users could just copy a working set of files into their project or an empty dir, run it, and start from there. Something as simple as:
/ example
book.py -- a very simple class
book.feature
test_book.py
The feature would contain the basics: a background, a few scenarios (possibly with one failing so that users could tweak it), some steps with a parser, some without, and the test_book.py would just pull in all of the features.
If you'd like I can kick off an initial draft and PR a draft back to this repo. Cheers, jz
The text was updated successfully, but these errors were encountered: