-
Notifications
You must be signed in to change notification settings - Fork 6.4k
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
Flask tutorial samples #391
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Change-Id: I52d66219e3400c0b6a0937f3156c0da766841497
Change-Id: Id6f26c55937fb8061bab7c71cae47ecf68045862
googlebot
added
the
cla: yes
This human has signed the Contributor License Agreement.
label
Jun 29, 2016
Change-Id: Id1cb80d36bfe954a44055fb03ee9ecd106c313ae
Change-Id: I49c5230283b28b0e5025badcfb342eb36ed93ecc
|
||
def test_submitted_form(app): | ||
r = app.post('/submitted', data={ | ||
'name': 'Inigo Montoya', |
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.
You killed my father. prepare to die.
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.
:D
lgtm |
nicain
pushed a commit
that referenced
this pull request
Nov 2, 2022
- (Moved to Cloud Storage Bucket for Documentation) - https://cloud.google.com/document-ai/docs/output Co-authored-by: Anthonios Partheniou <[email protected]>
8 tasks
msampathkumar
pushed a commit
that referenced
this pull request
Nov 14, 2022
* chore(deps): update all dependencies * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * revert Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: meredithslota <[email protected]> Co-authored-by: Anthonios Partheniou <[email protected]>
8 tasks
engelke
pushed a commit
that referenced
this pull request
Nov 28, 2022
dandhlee
pushed a commit
that referenced
this pull request
Nov 29, 2022
holtskinner
added a commit
that referenced
this pull request
Jan 3, 2023
- (Moved to Cloud Storage Bucket for Documentation) - https://cloud.google.com/document-ai/docs/output Co-authored-by: Anthonios Partheniou <[email protected]>
8 tasks
holtskinner
added a commit
that referenced
this pull request
Jan 4, 2023
- (Moved to Cloud Storage Bucket for Documentation) - https://cloud.google.com/document-ai/docs/output Co-authored-by: Anthonios Partheniou <[email protected]>
dandhlee
pushed a commit
that referenced
this pull request
Jan 5, 2023
- (Moved to Cloud Storage Bucket for Documentation) - https://cloud.google.com/document-ai/docs/output Co-authored-by: Anthonios Partheniou <[email protected]>
dizcology
pushed a commit
that referenced
this pull request
Sep 11, 2023
9 tasks
leahecole
pushed a commit
that referenced
this pull request
Sep 15, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
These are samples needed for the new GAE standard flask tutorial.