-
-
Notifications
You must be signed in to change notification settings - Fork 945
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
feat(testing): simulate multipart file upload #2141
base: master
Are you sure you want to change the base?
Changes from 20 commits
d37beaf
f89c31c
32daa63
2b48c6b
6b9b198
0a17b79
187aa4f
9d2fe9e
2b9d0e0
835b062
3e28a94
7920cdd
72d54ee
ded1ac0
66d347b
574e667
ffa8d9f
eadb1f3
7493b92
c49e369
235ed3e
94ae979
c9d4f1b
9a9e58d
608efb3
5c68868
f052dca
b527de7
1465241
e4cb4c9
dba5eb9
51ea53e
8a66346
3041583
77f350b
4bc299a
df37dbd
2149b0c
6f8b3ae
632317c
3b2edd8
bfa6a4c
e1d9834
514e936
dc74456
6d8fd96
eeba35d
aef3e0d
3c2b4fc
8665a34
1b7a207
4572ee8
62275cc
5872d3d
6845e5a
93fad43
3af2fcc
6ae4d06
6ede18d
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,3 +5,4 @@ pytest | |
pyyaml | ||
requests | ||
ujson | ||
urllib3 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Do we really need to add separate files? Maybe we could just use inline strings, or use existing source or image files? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I didn't really know... I wanted to make sure all goes well mainly with bigger stuff (the image), but now that I'm sure I'll remove them. |
||
incididunt ut labore et dolore magna aliqua. Dolor sed viverra ipsum nunc | ||
aliquet bibendum enim. In massa tempor nec feugiat. Nunc aliquet bibendum enim | ||
facilisis gravida. Nisl nunc mi ipsum faucibus vitae aliquet nec ullamcorper. | ||
Amet luctus venenatis lectus magna fringilla. Volutpat maecenas volutpat blandit | ||
aliquam etiam erat velit scelerisque in. Egestas egestas fringilla phasellus | ||
faucibus scelerisque eleifend. Sagittis orci a scelerisque purus semper eget | ||
duis. Nulla pharetra diam sit amet nisl suscipit. Sed adipiscing diam donec | ||
adipiscing tristique risus nec feugiat in. Fusce ut placerat orci nulla. | ||
Pharetra vel turpis nunc eget lorem dolor. Tristique senectus et netus et | ||
malesuada. |
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.
Is there any particular reason behind this newline removal?
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.
I don't know what happened... was that me?
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.
I think it must have been you, yes. It is coming from you changeset, but it might be some artefact of merging things back and forth on your side, not necessarily something you actively did.