index
:
delta/python-packages/requests-cache.git
codecov
dependabot/github_actions/snok/install-poetry-1.2
dependabot/github_actions/snok/install-poetry-1.3
dependabot/github_actions/supercharge/redis-github-action-1.4.0
dependabot/pip/attrs-21.4.0
dependabot/pip/cattrs-1.10.0
dependabot/pip/cattrs-1.9.0
dependabot/pip/coverage-6.1
dependabot/pip/coverage-6.2
dependabot/pip/furo-2021.10.9
dependabot/pip/furo-2021.11.12.1
dependabot/pip/furo-2022.1.2
dependabot/pip/myst-parser-0.16.0
dependabot/pip/nox-2022.1.7
dependabot/pip/pre-commit-2.15.0
dependabot/pip/psutil-5.9.0
dependabot/pip/pytest-xdist-2.4.0
dependabot/pip/pytest-xdist-2.5.0
dependabot/pip/pytest-xdist-3.3.0
dependabot/pip/redis-4.1.0
dependabot/pip/responses-0.14.0
dependabot/pip/responses-0.15.0
dependabot/pip/rich-10.11.0
dependabot/pip/rich-10.12.0
dependabot/pip/rich-10.13.0
dependabot/pip/sphinx-4.3.0
dependabot/pip/sphinx-4.4.0
dependabot/pip/sphinx-autodoc-typehints-1.13.0
dependabot/pip/sphinx-autodoc-typehints-1.14.1
dependabot/pip/sphinx-automodapi-0.14.0
dependabot/pip/sphinx-inline-tabs-2022.1.2b11
dependabot/pip/sphinx-notfound-page-0.8
dependabot/pip/ujson-4.2.0
dependabot/pip/ujson-4.3.0
dependabot/pip/ujson-5.1.0
dev
explicit-exports
history-example
lru
main
master
memcached
mongita
orm
patch-module
pre-release
v0.7
v1.x.x
wip-req-compat
github.com: reclosedev/requests-cache
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make sure all tests with SQLite dbs clean up after themselves
Jordan Cook
2021-04-29
4
-53
/
+52
*
Improve performance a bit for remove_expired_responses()
Jordan Cook
2021-04-29
2
-4
/
+23
*
Add response details to CachedResponse str() and repr()
Jordan Cook
2021-04-29
1
-0
/
+41
*
Add BaseCache.keys() and values() methods
Jordan Cook
2021-04-27
1
-2
/
+33
*
Include this behavior in old_data_on_error instead, to avoid complications
Jordan Cook
2021-04-23
1
-19
/
+4
*
Add raise_for_status option
Jordan Cook
2021-04-23
2
-0
/
+35
*
Add use_temp option to SQLite backend
Jordan Cook
2021-04-22
2
-0
/
+16
*
Combine test_cache.py with BaseCacheTest to run these tests for all backends
Jordan Cook
2021-04-22
10
-147
/
+165
*
Turn multi-threaded stress tests into test (sub)classes
Jordan Cook
2021-04-22
8
-50
/
+100
*
Turn remaining unittest.TestCase classes into pytest-style test classes
Jordan Cook
2021-04-22
8
-144
/
+82
*
Reorganize backend integration tests and add some more thorough tests
Jordan Cook
2021-04-22
7
-147
/
+166
*
Add a filesystem backend
Jordan Cook
2021-04-21
3
-3
/
+35
*
Merge pull request #240 from jsemric/use-thread-local-connections-for-sqlite
Jordan Cook
2021-04-21
1
-0
/
+15
|
\
|
*
add sqlite no-op tests
jsemric
2021-04-21
1
-0
/
+15
*
|
Run multi-threaded tests for all backends, and run with more threads & iterat...
Jordan Cook
2021-04-20
4
-41
/
+60
*
|
Fix DynamoDbDict.__iter__ to return keys instead of values; update tests to t...
Jordan Cook
2021-04-20
1
-21
/
+21
|
/
*
Allow passing any valid backend connection kwargs via BaseCache
Jordan Cook
2021-04-19
5
-6
/
+52
*
Add option to manually cache response objects
Jordan Cook
2021-04-19
1
-0
/
+6
*
Use pytest-order to order tests; remove ipdb recommendation
Jordan Cook
2021-04-19
2
-2
/
+4
*
Add some more info about testing
Jordan Cook
2021-04-18
1
-6
/
+10
*
Don't show warnings for 'include_get_headers' and 'ignored_parameters' kwargs...
Jordan Cook
2021-04-18
1
-5
/
+5
*
Read manually instead of using _body, move decode tests to integration tests
shiftinv
2021-04-18
2
-21
/
+22
*
Improve raw response reset, update tests
shiftinv
2021-04-18
1
-17
/
+17
*
Fix handling of decode_content parameter for raw.read(...)
shiftinv
2021-04-18
1
-5
/
+8
*
Add one test case per backend storage class
Jordan Cook
2021-04-12
6
-92
/
+116
*
Update all backend-specific integration tests to fail quickly if not set up, ...
Jordan Cook
2021-04-12
6
-57
/
+95
*
Add temporary workaround for /json httpbin endpoint
Jordan Cook
2021-04-12
1
-1
/
+5
*
Add option to use pytest-httpbin instead of httpbin container
Jordan Cook
2021-04-12
1
-3
/
+29
*
Handle errors due to invalid responses in `BaseCache.urls`
Jordan Cook
2021-04-10
1
-0
/
+8
*
Add remove_old_entries() back to BaseCache as an alias with a DeprecationWarning
Jordan Cook
2021-04-10
1
-1
/
+7
*
Improvements to Sphinx documentation:
Jordan Cook
2021-04-03
1
-7
/
+7
*
Split 'core' module into 'session' and 'patcher' modules; keep placeholder 'c...
Jordan Cook
2021-04-02
3
-15
/
+28
*
Improve backend initialization:
Jordan Cook
2021-04-02
3
-19
/
+22
*
Add 'verify' param to cache key
Jordan Cook
2021-04-01
1
-1
/
+7
*
Use pytest-xdist to parallelize stress tests
Jordan Cook
2021-04-01
1
-2
/
+1
*
Add tests against httpbin container for all supported methods and response fo...
Jordan Cook
2021-03-31
2
-10
/
+71
*
Convert test_thread_safety and test_monkey_patch from TestCase classes to pyt...
Jordan Cook
2021-03-31
4
-116
/
+136
*
Split tests into unit and integration tests and run separately in CI; update ...
Jordan Cook
2021-03-31
14
-73
/
+71
*
Add mocking for requests with redirect history
Jordan Cook
2021-03-31
3
-47
/
+51
*
Fix BaseCache.urls to return only response URLs (no redirect keys)
Jordan Cook
2021-03-30
1
-3
/
+2
*
Move cache key utilities to a separate module
Jordan Cook
2021-03-30
1
-5
/
+26
*
Add normalization for request json
Jordan Cook
2021-03-30
1
-25
/
+24
*
Use url-normalize for additional URL normalization for cache keys
Jordan Cook
2021-03-30
1
-0
/
+5
*
Also remove invalid responses when running remove_expired_responses()
Jordan Cook
2021-03-30
2
-0
/
+14
*
Add logging to main cache operations
Jordan Cook
2021-03-30
1
-2
/
+2
*
Update get_response + tests to check additional error types
Jordan Cook
2021-03-29
1
-3
/
+7
*
Expose timeout parameter for SQLite backend
Jordan Cook
2021-03-24
1
-0
/
+8
*
Pass along optional kwargs to all storage classes, and make default table nam...
Jordan Cook
2021-03-24
1
-0
/
+24
*
Enable DynamoDB integration test with GitHub Actions and local docker-compose...
Jordan Cook
2021-03-24
2
-7
/
+6
*
Combine storage classes from backends.storage.* with their respective backend...
Jordan Cook
2021-03-24
7
-15
/
+10
[next]