Hi
due to the impact of corona/covid19 I am working in a django-web-project. (I am a beginner to those Technologies...)
At the moment I am writing tests for a django application. Basic tests for creating get- and post-request with the test server (client) are working.
But now I am facing a file upload request which is triggered by a widget of a html page. After reading some settings it calls ajax file upload - resulting in a complex request with multiple settings...
Now I'm looking for a way to refer this funcionality mentioned above from a django test to get exactly the same request.
Is there a way to do this? (Any hints are welcome... !)
Thanks in advance
Albert.