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
/
integration
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
9
-147
/
+148
*
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
6
-145
/
+156
*
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
2
-10
/
+44
*
|
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
*
Use pytest-order to order tests; remove ipdb recommendation
Jordan Cook
2021-04-19
1
-0
/
+3
*
Read manually instead of using _body, move decode tests to integration tests
shiftinv
2021-04-18
1
-0
/
+21
*
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
5
-57
/
+73
*
Add temporary workaround for /json httpbin endpoint
Jordan Cook
2021-04-12
1
-1
/
+5
*
Add tests against httpbin container for all supported methods and response fo...
Jordan Cook
2021-03-31
1
-9
/
+55
*
Split tests into unit and integration tests and run separately in CI; update ...
Jordan Cook
2021-03-31
8
-0
/
+295