Roundup Tracker - Issues

Message7408

Author rouilj
Recipients rouilj, schlatterbeck
Date 2021-12-07.17:30:54
Message-id <20211207173048.E6CA26A0192@pe15.cs.umb.edu>
In-reply-to <1638897716.59.0.162942634814.issue2551178@roundup.psfhosted.org>
In message <1638897716.59.0.162942634814.issue2551178@roundup.psfhosted.org>,
Ralf Schlatterbeck writes:
>
>
>Ralf Schlatterbeck added the comment:
>
>I've just received another QSL. Your new code works!
>Should we keep this open? I don't think the tests can be made to
>test the headers without a bigger web testing framework as said
>in previous msg.

Well test_liveserver runs roundup as a WSGI. Then it connects to it
using requests. I derived it from some of jerrykan's code back in
April 2021.

Current tests include testing for proper OPTIONS response and
compression/content-encoding.

So requests should be able to post a file and download it. That should
be a reasonable test right?
History
Date User Action Args
2021-12-07 17:30:54rouiljsetrecipients: + rouilj, schlatterbeck
2021-12-07 17:30:54rouiljlinkissue2551178 messages
2021-12-07 17:30:54rouiljcreate