Unit test file uplload #729
-
Hi there! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Here's test that does this for plain WSGI server, maybe this will help you somehow? https://github.com/mirumee/ariadne/blob/master/tests/wsgi/test_query_execution.py#L170 |
Beta Was this translation helpful? Give feedback.
-
Hi everyone. Sorry for reviving this discussion, but I have a similar problem testing an application with starlette's test client. Here's what I'm trying to do
I'm getting the following error
It seems like I can't starlette's test client to correctly send the files mapping. Is there a way to do this with starlette's test client? |
Beta Was this translation helpful? Give feedback.
Here's test that does this for plain WSGI server, maybe this will help you somehow?
https://github.com/mirumee/ariadne/blob/master/tests/wsgi/test_query_execution.py#L170