<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/requests-cache.git/tests/conftest.py, branch master</title>
<subtitle>github.com: reclosedev/requests-cache
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/requests-cache.git/'/>
<entry>
<title>Define __all__ for a couple more modules for star imports</title>
<updated>2021-09-21T04:33:30+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook@pioneer.com</email>
</author>
<published>2021-09-21T00:25:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/requests-cache.git/commit/?id=e8c6736f0cea69fab4fc80f09b96a55c5ee68826'/>
<id>e8c6736f0cea69fab4fc80f09b96a55c5ee68826</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use pytest tmpdir fixture + UUID instead of NamedTemporaryFile</title>
<updated>2021-08-19T23:08:26+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook@pioneer.com</email>
</author>
<published>2021-08-19T23:08:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/requests-cache.git/commit/?id=50ced7d3837d74e8f0086ecb98ce04f855409277'/>
<id>50ced7d3837d74e8f0086ecb98ce04f855409277</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Increase integration test timeout for DynamoDB, since it has a longer startup time</title>
<updated>2021-08-15T02:58:30+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook@pioneer.com</email>
</author>
<published>2021-08-15T02:53:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/requests-cache.git/commit/?id=9a54c5623ce1ec682a0cb5eab0d86ba780b96030'/>
<id>9a54c5623ce1ec682a0cb5eab0d86ba780b96030</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add unit tests for new header support</title>
<updated>2021-08-15T02:58:30+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook@pioneer.com</email>
</author>
<published>2021-08-13T00:55:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/requests-cache.git/commit/?id=f3104d8897f85ac44b61e82e24f447543bdbd1fa'/>
<id>f3104d8897f85ac44b61e82e24f447543bdbd1fa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add more test coverage for cache_control and cache_keys modules</title>
<updated>2021-08-12T20:25:15+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook@pioneer.com</email>
</author>
<published>2021-08-10T20:06:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/requests-cache.git/commit/?id=0c29101d1c9532936e6548265accb14e335064f5'/>
<id>0c29101d1c9532936e6548265accb14e335064f5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Apply whitespace/EOF fixes and isort updates</title>
<updated>2021-08-08T23:21:24+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook@pioneer.com</email>
</author>
<published>2021-08-08T01:43:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/requests-cache.git/commit/?id=1dfc2bfbdc7cae108e908728c227297f54700e5e'/>
<id>1dfc2bfbdc7cae108e908728c227297f54700e5e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Some serialization fixes &amp; updates:</title>
<updated>2021-07-03T20:44:10+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook@pioneer.com</email>
</author>
<published>2021-06-22T18:05:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/requests-cache.git/commit/?id=a08c39ad6b213eb379df5872de0a695348c82542'/>
<id>a08c39ad6b213eb379df5872de0a695348c82542</id>
<content type='text'>
* Fix tests on python 3.6:
    * Make `cattrs` optional again
    * Don't run tests for serializers with missing optional dependencies
    * Show any skipped tests in pytest output
 * Fix redirect serialization for backends that serialize all values (DynamoDB and Redis)
    * Otherwise, the redirect value (which is just another key) will get converted into a `CachedResponse`
* Make `pickle` serializer use `cattrs` if installed
* Make `bson` serializer compatible with both `pymongo` version and standalone `bson` library
* Split up `CattrStage` and preconf converters into separate modules
* Turn preconf converters into `Stage` objects
* Add `DeprecationWarning` for previous method of using `itsdangerous`, now that there's a better way to initialize it via `SerializerPipeline`
* Remove `suppress_warnings` kwarg that's now unused
* Make `SerializerPipeline`, `Stage`, and `CattrStage` importable from top-level package (`from requests_cache import ...`)
* Add some more details to docs and docstrings
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fix tests on python 3.6:
    * Make `cattrs` optional again
    * Don't run tests for serializers with missing optional dependencies
    * Show any skipped tests in pytest output
 * Fix redirect serialization for backends that serialize all values (DynamoDB and Redis)
    * Otherwise, the redirect value (which is just another key) will get converted into a `CachedResponse`
* Make `pickle` serializer use `cattrs` if installed
* Make `bson` serializer compatible with both `pymongo` version and standalone `bson` library
* Split up `CattrStage` and preconf converters into separate modules
* Turn preconf converters into `Stage` objects
* Add `DeprecationWarning` for previous method of using `itsdangerous`, now that there's a better way to initialize it via `SerializerPipeline`
* Remove `suppress_warnings` kwarg that's now unused
* Make `SerializerPipeline`, `Stage`, and `CattrStage` importable from top-level package (`from requests_cache import ...`)
* Add some more details to docs and docstrings
</pre>
</div>
</content>
</entry>
<entry>
<title>Add automated tests for cache behavior after version upgrades</title>
<updated>2021-06-21T01:33:44+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook@pioneer.com</email>
</author>
<published>2021-06-20T23:03:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/requests-cache.git/commit/?id=f8871b2f4ccefbed7b59cbdeaf15d457238496f8'/>
<id>f8871b2f4ccefbed7b59cbdeaf15d457238496f8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>For Windows compatibility, use multiprocessing timeouts instead of process signals with timeout_decorator</title>
<updated>2021-06-03T21:34:17+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook@pioneer.com</email>
</author>
<published>2021-06-03T21:29:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/requests-cache.git/commit/?id=14b396d174cde98c7cbbb21b8b9381cda679cb05'/>
<id>14b396d174cde98c7cbbb21b8b9381cda679cb05</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>escape error caused by lack of Windows compatibility in timeout_decorator</title>
<updated>2021-05-28T20:04:14+00:00</updated>
<author>
<name>Parker Hancock</name>
<email>633163+parkerhancock@users.noreply.github.com</email>
</author>
<published>2021-05-28T20:04:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/requests-cache.git/commit/?id=e0f914cee613839f19fb4b768240a0ba47ff3549'/>
<id>e0f914cee613839f19fb4b768240a0ba47ff3549</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
