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

Pull from head repo #1

Merged
merged 13 commits into from
May 21, 2019
Merged

Conversation

lawnmowerlatte
Copy link
Owner

No description provided.

avanzzzi and others added 13 commits March 17, 2017 13:55
Added main so it can be called from python -m behave2cucumber
This creates a wrapper console script which allows behave2cucumber to be called directly from the commandline without having to invoke "python -m"

Note, the main function should be standalone e.g. not depend on any global level input (to avoid any issues).
so the main function should just be:

if __name__ == '__main__':
     main()

and any sys.argv input checking should happen inside of main()
Deduplicate extra results caused by @autoretry in Behave 1.2.6
duration_format support with Python3 and background exclusion
@lawnmowerlatte lawnmowerlatte merged commit daea678 into lawnmowerlatte:master May 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants