diff options
| author | aless10 <alessio.izzo86@gmail.com> | 2019-05-19 16:25:52 +0200 |
|---|---|---|
| committer | aless10 <alessio.izzo86@gmail.com> | 2019-05-19 16:25:52 +0200 |
| commit | 6d2a5072ca0851e37f7c529f27d13edfddc8c1dd (patch) | |
| tree | a71ad57f091e4da79d628270a2e7de249c7b725c /requests/__init__.py | |
| parent | 96ff7ca31f872d53518324ad2c8dcb8a3392a6fd (diff) | |
| download | python-requests-6d2a5072ca0851e37f7c529f27d13edfddc8c1dd.tar.gz | |
[add] add NORMALIZE_WHITESPACE and ELLIPSIS to pytest.ini and remove them from requests/__init__.py
Diffstat (limited to 'requests/__init__.py')
| -rw-r--r-- | requests/__init__.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/requests/__init__.py b/requests/__init__.py index 8226e20f..3486f5e1 100644 --- a/requests/__init__.py +++ b/requests/__init__.py @@ -24,8 +24,6 @@ Basic GET usage: >>> payload = dict(key1='value1', key2='value2') >>> r = requests.post('https://httpbin.org/post', data=payload) >>> print(r.text) - ... # doctest: +ELLIPSIS - ... # doctest: +NORMALIZE_WHITESPACE { ... "form": { |
