-
-
Notifications
You must be signed in to change notification settings - Fork 980
feat(testing): simulate multipart file upload #2141
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
Open
TigreModerata
wants to merge
59
commits into
falconry:master
Choose a base branch
from
TigreModerata:SimulateMultipartFile#1010
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+129
−4
Open
Changes from all commits
Commits
Show all changes
59 commits
Select commit
Hold shift + click to select a range
d37beaf
Enhancement #2124: added the samesite parameter to unset_cookie.
TigreModerata f89c31c
Added new option to documentation in cookies.srt
TigreModerata 32daa63
Added tests, CookiesUnsetSameSite class and test_unset_cookies_samesi…
TigreModerata 2b48c6b
Merge branch 'master' into #2124_Enhancement
TigreModerata 6b9b198
Removed unused import logging from test_cookies
TigreModerata 0a17b79
Reverted changes to docs/changes4.0.0.rst
TigreModerata 187aa4f
Reverted changes to docs/changes4.0.0.rst
TigreModerata 9d2fe9e
Added 'files' parameter to _simulate_request; Added tests for file up…
TigreModerata 2b9d0e0
Fixed nested mixed request problems
TigreModerata 835b062
clean up
TigreModerata 3e28a94
updated docstrings
TigreModerata 7920cdd
Fixes
TigreModerata 72d54ee
Merge branch 'master' into SimulateMultipartFile#1010
TigreModerata ded1ac0
Fixes2
TigreModerata 66d347b
Merge remote-tracking branch 'originTM/SimulateMultipartFile#1010' in…
TigreModerata 574e667
Fixes3
TigreModerata ffa8d9f
Fixes4
TigreModerata eadb1f3
urllib3 in minitest requirements (?)
TigreModerata 7493b92
minor fix 5
TigreModerata c49e369
minor fix 6
TigreModerata 235ed3e
Removed urllib3; creating encoded bodystring in _encode_files.
TigreModerata 94ae979
blued
TigreModerata c9d4f1b
formatting corrections
TigreModerata 9a9e58d
Corrections after comments
TigreModerata 608efb3
Added test_upload_fileobj
TigreModerata 5c68868
typo fom-data
TigreModerata f052dca
removed conditional where object type bytes is not possible
TigreModerata b527de7
added fct testing null data value
TigreModerata 1465241
another unneccesay if removed
TigreModerata e4cb4c9
Update falcon/testing/client.py
TigreModerata dba5eb9
Update falcon/testing/client.py
TigreModerata 51ea53e
Update falcon/testing/client.py
TigreModerata 8a66346
typo
TigreModerata 3041583
check for datatype in json changed
TigreModerata 77f350b
Corrections after code-review (part1)
TigreModerata 4bc299a
blued
TigreModerata df37dbd
unnecessary import removed
TigreModerata 2149b0c
Handling of new data parameter;
TigreModerata 6f8b3ae
blued
TigreModerata 632317c
utf-8 corrected
TigreModerata 3b2edd8
more tests
TigreModerata bfa6a4c
test for string data
TigreModerata e1d9834
testing bool and float data types
TigreModerata 514e936
blue & pep8
TigreModerata dc74456
Docstrings updated
TigreModerata 6d8fd96
data string (not json) treated like body
TigreModerata eeba35d
Merge branch 'master' into SimulateMultipartFile#1010
vytas7 aef3e0d
Update 4.0.0.rst
vytas7 3c2b4fc
chore(requirements): remove extraneous whitespace from `mintest`
vytas7 8665a34
Merge branch 'master' into SimulateMultipartFile#1010
vytas7 1b7a207
Merge branch 'master' into SimulateMultipartFile#1010
vytas7 4572ee8
Merge branch 'master' into SimulateMultipartFile#1010
vytas7 62275cc
refactor: restore some stuff from master, temp remove 1 file for now
vytas7 5872d3d
Merge branch 'master' into SimulateMultipartFile#1010
vytas7 6845e5a
feat(testing): add a new parameter to simulate form
vytas7 93fad43
fix(testing): fix a regression wrt passing json to simulate_request
vytas7 3af2fcc
Merge branch 'master' into SimulateMultipartFile#1010
vytas7 6ae4d06
Merge branch 'master' into SimulateMultipartFile#1010
vytas7 6ede18d
Merge branch 'master' into SimulateMultipartFile#1010
vytas7 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
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.
Uh oh!
There was an error while loading. Please reload this page.