summaryrefslogtreecommitdiff
path: root/tests/post_test.py
Commit message (Expand)AuthorAgeFilesLines
* tests: fix test_post_file on WindowsScott Talbert2022-01-221-1/+1
* Windows has no localhost nowOleg Pudeyev2018-06-011-10/+11
* Reduce the number of broken pipesOleg Pudeyev2017-11-291-2/+2
* WhitespaceOleg Pudeyev2016-01-311-16/+16
* Post test also seems to be flakyOleg Pudeyev2015-10-271-0/+2
* Add a test for all listsOleg Pudeyev2015-10-231-0/+12
* Test lists and tuples in HTTPPOST argumentsOleg Pudeyev2015-10-231-0/+48
* Add a test for unicode FORM_BUFFERPTROleg Pudeyev2015-10-221-3/+15
* Header test uses utf-8 encoded strings, change all encoding declarations in s...Oleg Pudeyev2013-12-311-1/+1
* Make sure request succeeds before trying to decode body as jsonOleg Pudeyev2013-12-231-0/+1
* Update remaining tests for pycurl returning body as bytesOleg Pudeyev2013-12-141-4/+4
* Test coverageOleg Pudeyev2013-10-211-0/+12
* Python 2.4 compatibility for test casesOleg Pudeyev2013-09-191-3/+4
* Change test cases to use app managerOleg Pudeyev2013-08-251-3/+2
* Delete unused io importsOleg Pudeyev2013-03-071-1/+0
* Python 2.5 compatibility: json/simplejsonOleg Pudeyev2013-03-071-1/+4
* Python 2.5 compatibility: with statementOleg Pudeyev2013-03-071-0/+2
* Readme -> readme.rst elsewhereOleg Pudeyev2013-03-071-2/+2
* Store urlencode result in a local variable, otherwise things break in a highl...Oleg Pudeyev2013-03-061-1/+23
* Add a note that this test takes forever to runOleg Pudeyev2013-03-061-0/+1
* Port test_post2.py file upload testOleg Pudeyev2013-03-061-3/+19
* Port test_post2.py null byte testOleg Pudeyev2013-03-061-4/+24
* Ported post testOleg Pudeyev2013-03-061-0/+49