File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ Test helpers for the [requests](https://docs.python-requests.org) library
10
10
11
11
## Installation
12
12
13
- Install the package ` requtests ` version ` 1.1 +` from PyPI.
14
- The recommended ` requirements.txt ` line is ` requtests~=1.1 ` .
13
+ Install the package ` requtests ` version ` 2.0 +` from PyPI.
14
+ The recommended ` requirements.txt ` line is ` requtests~=2.0 ` .
15
15
16
16
### ` FakeAdapter `
17
17
@@ -91,4 +91,4 @@ def test_login():
91
91
92
92
### ` fake_response `
93
93
94
- Returns a ` requests.Response ` object with either the return value of its ` json() ` method set to a python data structure or its ` text ` property set.
94
+ Returns a ` requests.Response ` object with either the return value of its ` json() ` method set to a python data structure or its ` text ` property set.
Original file line number Diff line number Diff line change 8
8
"fake_request_with_response" ,
9
9
"fake_response" ,
10
10
]
11
- __version__ = "1.1 .0"
11
+ __version__ = "2.0 .0"
12
12
13
13
VERSION = __version__
You can’t perform that action at this time.
0 commit comments