-
Notifications
You must be signed in to change notification settings - Fork 110
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
Click integration #106
Comments
Can you be more specific about the feature set you would like to see? |
What about we have something like:
|
It's an interesting idea. I have trouble seeing what the command would provide that test runners would not (which is the recommended way to run flask tests). I suppose it could be a wrapper around the test runner, but I'd imagine that would be confusing. What do you think? |
Ok, you're talking about this paragraph:
I like the idea of having it as a test runner wrapper. Other packages (and/or flask-testing) could provide specially crafted test runner that could be extend flask-testing behavior that way. Imagine an setup like this:
I believe it would feel quite natural for those using Could you provide more insight about what could get more confusing? |
I wrote my own management script, see the test command -> https://github.com/zgoda/zakwasy/blob/master/manage.py#L37 This is adapted to Click from old code that used Flask-Script before. |
L
..
L
Ll l a
L
Em 20 de nov de 2017 5:39 AM, "Jarek Zgoda" <[email protected]>
escreveu:
… I wrote my own management script, see the test command ->
https://github.com/zgoda/zakwasy/blob/master/manage.py#L37
This is adapted to Click from old code that used Flask-Script before.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#106 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAA5TrbV_QKcGhRbDER4Agu6JNrA0Mxjks5s4TrDgaJpZM4Mwsww>
.
|
As flask now uses click, what about some integration?
The text was updated successfully, but these errors were encountered: