summaryrefslogtreecommitdiff
path: root/tests/unit/models
Commit message (Collapse)AuthorAgeFilesLines
* Add compatibility with urllib3 2.0Jordan Cook2023-05-151-1/+0
|
* Enable bugbear extension and fix warningsJordan Cook2023-05-081-3/+3
|
* Add a base model repr that excludes default values even if rich isn't installedJordan Cook2022-05-301-0/+6
|
* Add CachedRequest.path_url propertyJordan Cook2022-05-181-1/+1
|
* Add misc missing test coverageJordan Cook2022-04-202-0/+7
|
* Improve output for all models when printed or logged with richJordan Cook2022-04-191-0/+26
|
* Reword inaccurate usage of the term 'revalidate'Jordan Cook2022-03-111-6/+6
|
* Minor optimization: exclude redundant CachedResponse.cache_key and ↵Jordan Cook2021-08-251-2/+1
| | | | CachedHTTPResponse.headers from serialization, and set at runtime instead
* Apply whitespace/EOF fixes and isort updatesJordan Cook2021-08-081-1/+1
|
* Add CachedResponse.cache_key attribute and update in CachedSession.send()Jordan Cook2021-07-201-1/+2
|
* Compatibility fixes for requests 2.16 and 2.17Jordan Cook2021-06-031-1/+2
|
* Fix broken unit tests and add more coverageJordan Cook2021-05-263-0/+218