-
-
Notifications
You must be signed in to change notification settings - Fork 153
Add a basic example for python/behave #568
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
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some minor issues
|
@jenisys if you review the code you can mark a line and then there is a litte icon "suggest change" when you use this:
|
11d847f to
2a69ef3
Compare
|
There are something I should do here? |
|
@alef75 you should look at the comments from @jenisys and then have to decide:
|
|
I've just replied to @jenisys , I agree with both suggestion! what I need to do? |
|
Yes just change your fork/branch, commit the changes and push them here! |
REASON: * format appends to a list of formatters from config-file and command-line (you cannot easily override it) * If you use behave -f plain you override the formatter but still get an pretty.output file because you specified no outfiles * ALTERNATIVE: pretty is already the default formatter if you do not specify one. Therefore, you can remove it from the config-file with the same effect.
π€ What's changed?
just add a basic example of python behave in a eclipse pydev project
β‘οΈ What's your motivation?
π·οΈ What kind of change is this?
β»οΈ Anything particular you want feedback on?
π Checklist:
This text was originally generated from a template, then edited by hand. You can modify the template here.