On 10-09-2014 13:01, Aline Manera wrote:
The test_rest.py uses mockmodel.py which means the file will not
upload in real. It is just added to ad dict.
Because that we can not compare the files content.
Fair enough. So you need to update the comment above because it is
describing something that test isn't performing.
For tests we setup the Kimchi server to use 4M as max_body_size.
Check run_server() in tests/utils.py
You're right, I hadn't seen that. Thanks for the info!