<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/requests-cache.git/tests/unit/test_cache.py, branch dev</title>
<subtitle>github.com: reclosedev/requests-cache
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/requests-cache.git/'/>
<entry>
<title>Add option to manually cache response objects</title>
<updated>2021-04-19T18:00:42+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook@pioneer.com</email>
</author>
<published>2021-04-19T01:49:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/requests-cache.git/commit/?id=714814d0c23271fb357e9ee094e8754ef9818029'/>
<id>714814d0c23271fb357e9ee094e8754ef9818029</id>
<content type='text'>
Updates #98
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Updates #98
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't show warnings for 'include_get_headers' and 'ignored_parameters' kwargs in BaseStorage</title>
<updated>2021-04-18T20:06:36+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook@pioneer.com</email>
</author>
<published>2021-04-18T15:52:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/requests-cache.git/commit/?id=d21334de776ed59268dbc2ce75a09509c419ac43'/>
<id>d21334de776ed59268dbc2ce75a09509c419ac43</id>
<content type='text'>
Also don't name them as private members, since they can safely by
changed after initialization (e.g., `session.cache.include_get_headers = True`)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also don't name them as private members, since they can safely by
changed after initialization (e.g., `session.cache.include_get_headers = True`)
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle errors due to invalid responses in `BaseCache.urls`</title>
<updated>2021-04-11T00:33:01+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook@pioneer.com</email>
</author>
<published>2021-04-11T00:06:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/requests-cache.git/commit/?id=82076f063b66099df0ed24a260041b921656fb37'/>
<id>82076f063b66099df0ed24a260041b921656fb37</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add remove_old_entries() back to BaseCache as an alias with a DeprecationWarning</title>
<updated>2021-04-10T15:29:09+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook@pioneer.com</email>
</author>
<published>2021-04-10T15:29:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/requests-cache.git/commit/?id=624e0c7f3408a24b70409b663227db07d08c9dd1'/>
<id>624e0c7f3408a24b70409b663227db07d08c9dd1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improvements to Sphinx documentation:</title>
<updated>2021-04-03T20:30:00+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook@pioneer.com</email>
</author>
<published>2021-04-02T19:03:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/requests-cache.git/commit/?id=8854ae6982aeca12349536bcecf16eb0a8973c45'/>
<id>8854ae6982aeca12349536bcecf16eb0a8973c45</id>
<content type='text'>
* Use sphinx-apidoc to auto-generate sources for backend modules
    * Still manually adding other modules for more control over formatting
* Add a couple more contributors I missed
* Include contributors on readthedocs
* Add 'all' Makefile target and clean auto-generated docs
* Remove unused build targets in Makefile
* Update interpshinx links that have moved
* Fix some interpshinx links
* Fix some `:ref:` links using auto-generated labels (and some manually added labels where convenient)
* Fix some docstring formatting
* Fix remaining build warnings
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Use sphinx-apidoc to auto-generate sources for backend modules
    * Still manually adding other modules for more control over formatting
* Add a couple more contributors I missed
* Include contributors on readthedocs
* Add 'all' Makefile target and clean auto-generated docs
* Remove unused build targets in Makefile
* Update interpshinx links that have moved
* Fix some interpshinx links
* Fix some `:ref:` links using auto-generated labels (and some manually added labels where convenient)
* Fix some docstring formatting
* Fix remaining build warnings
</pre>
</div>
</content>
</entry>
<entry>
<title>Split 'core' module into 'session' and 'patcher' modules; keep placeholder 'core' module for backwards-compatibility</title>
<updated>2021-04-02T19:20:46+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook@pioneer.com</email>
</author>
<published>2021-04-02T16:28:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/requests-cache.git/commit/?id=9822e3f55c40372c44ae4d8752e99e60ab88cbd4'/>
<id>9822e3f55c40372c44ae4d8752e99e60ab88cbd4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve backend initialization:</title>
<updated>2021-04-02T15:37:55+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook@pioneer.com</email>
</author>
<published>2021-04-02T02:25:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/requests-cache.git/commit/?id=aa1447ee8cf8db112fce0f7f4644f4bdc84197e8'/>
<id>aa1447ee8cf8db112fce0f7f4644f4bdc84197e8</id>
<content type='text'>
* Also allow passing a backend class (in addition to backend name and instance)
* Detect duplicate params: Backends have different keyword args equivalent to the `cache_name` positional arg, for example `db_name`. If one of these is passed as a keyword arg, it results in a `TypeError` due to duplicate args (See #94).
* For backends without dependencies installed, use a placeholder class to delay and re-raise the original `ImportError`
* Add type annotations
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Also allow passing a backend class (in addition to backend name and instance)
* Detect duplicate params: Backends have different keyword args equivalent to the `cache_name` positional arg, for example `db_name`. If one of these is passed as a keyword arg, it results in a `TypeError` due to duplicate args (See #94).
* For backends without dependencies installed, use a placeholder class to delay and re-raise the original `ImportError`
* Add type annotations
</pre>
</div>
</content>
</entry>
<entry>
<title>Add 'verify' param to cache key</title>
<updated>2021-04-01T23:24:56+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook@pioneer.com</email>
</author>
<published>2021-04-01T23:15:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/requests-cache.git/commit/?id=9a086d8917c5ab0fb85a77c36434d95d4c356116'/>
<id>9a086d8917c5ab0fb85a77c36434d95d4c356116</id>
<content type='text'>
Closes #209
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #209
</pre>
</div>
</content>
</entry>
<entry>
<title>Convert test_thread_safety and test_monkey_patch from TestCase classes to pytest-style tests</title>
<updated>2021-04-01T03:56:46+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook@pioneer.com</email>
</author>
<published>2021-04-01T02:03:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/requests-cache.git/commit/?id=6f83f80521211395d957fab311577cda3e63e394'/>
<id>6f83f80521211395d957fab311577cda3e63e394</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Split tests into unit and integration tests and run separately in CI; update Contributing Guide with more notes on testing</title>
<updated>2021-04-01T03:56:46+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook@pioneer.com</email>
</author>
<published>2021-04-01T01:50:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/requests-cache.git/commit/?id=a2f0045a7ba3ed302ff91be5c3f5fcd287f69ce2'/>
<id>a2f0045a7ba3ed302ff91be5c3f5fcd287f69ce2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
