R1kk3r
|
cbfe8d0f62
|
Remove the default "null" input send during GET request (#691)
* Remove the default "null" input send during GET request
* Remove the 'null' value from all tests
|
2018-01-31 16:16:11 -08:00 |
|
Vincent Jacques
|
9f2ac570f8
|
Fix urlencoding for search (see #237)
Parameters are encoded in Requester => simply remove urllib.quote
Path needs to be encoded => change to urllib.quote_plus as in #237
|
2014-03-16 10:47:31 -07:00 |
|
Vincent Jacques
|
10a567f62e
|
Fix tests for #161
|
2013-04-25 09:51:37 +02:00 |
|
Vincent Jacques
|
7a9c0b916c
|
Fix tests on Python 3.3 (issue #149)
The output order of dicts has changed
|
2013-03-21 23:18:21 +01:00 |
|
Vincent Jacques
|
aadb06753c
|
On the way to publish tests (issue #86)
This commit only moves stuff around.
Modifications will be done in next commit.
|
2012-09-16 20:07:33 +02:00 |
|