<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/requests-cache.git/tests/integration/test_sqlite.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 use_temp option to SQLite backend</title>
<updated>2021-04-23T01:55:23+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook@pioneer.com</email>
</author>
<published>2021-04-23T01:28:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/requests-cache.git/commit/?id=26f41c191c69a3d97e06cfa950b8c55867b7d9eb'/>
<id>26f41c191c69a3d97e06cfa950b8c55867b7d9eb</id>
<content type='text'>
Closes #243
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #243
</pre>
</div>
</content>
</entry>
<entry>
<title>Combine test_cache.py with BaseCacheTest to run these tests for all backends</title>
<updated>2021-04-23T01:55:23+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook@pioneer.com</email>
</author>
<published>2021-04-22T22:16: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=6e1679f7fb53a7edd2133f3a5ab2d8ca40ddccdb'/>
<id>6e1679f7fb53a7edd2133f3a5ab2d8ca40ddccdb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Turn multi-threaded stress tests into test (sub)classes</title>
<updated>2021-04-22T05:21:49+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook@pioneer.com</email>
</author>
<published>2021-04-22T05:02: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=3ec85f0107caedbe3b3bd8080bd3dac81b7baa17'/>
<id>3ec85f0107caedbe3b3bd8080bd3dac81b7baa17</id>
<content type='text'>
This is mainly to take advantage of fail-fast connection tests; otherwise, these tests may just
hang if backend dependenices are installed but backend services are not set up.
See issue #221 for details.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is mainly to take advantage of fail-fast connection tests; otherwise, these tests may just
hang if backend dependenices are installed but backend services are not set up.
See issue #221 for details.
</pre>
</div>
</content>
</entry>
<entry>
<title>Turn remaining unittest.TestCase classes into pytest-style test classes</title>
<updated>2021-04-22T05:21:49+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook@pioneer.com</email>
</author>
<published>2021-04-22T04:33:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/requests-cache.git/commit/?id=b1070a950e0365085b7edf8ef2e4a65c77630ac9'/>
<id>b1070a950e0365085b7edf8ef2e4a65c77630ac9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reorganize backend integration tests and add some more thorough tests</title>
<updated>2021-04-22T05:21:49+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook@pioneer.com</email>
</author>
<published>2021-04-22T01:18: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=c29569892f3d91c3ad6686a5cb7a0a1e2d39c5ec'/>
<id>c29569892f3d91c3ad6686a5cb7a0a1e2d39c5ec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add sqlite no-op tests</title>
<updated>2021-04-21T12:47:44+00:00</updated>
<author>
<name>jsemric</name>
<email>jakubsemric@gmail.com</email>
</author>
<published>2021-04-21T12:45:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/requests-cache.git/commit/?id=a08c54d524e166d913c7e395e6a36cca76243df4'/>
<id>a08c54d524e166d913c7e395e6a36cca76243df4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow passing any valid backend connection kwargs via BaseCache</title>
<updated>2021-04-19T21:45:34+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook@pioneer.com</email>
</author>
<published>2021-04-19T02:46: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=f0916900e11778f9ff0a33b148edbf2f51f6f600'/>
<id>f0916900e11778f9ff0a33b148edbf2f51f6f600</id>
<content type='text'>
* Pass `**kwargs` to backend storage classes, split out any that are valid for the backend-specific connection function/class, and pass them to the connection
* Add intersphinx links to docs for dependencies
* Update and format some more backend class docstrings
* Remove 'Unrecognized keyword arguments' warning from `BaseStorage`
* Turn `warnings.warn` about using secret keys into a `logging.warning` (due to complaints about too many messages)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Pass `**kwargs` to backend storage classes, split out any that are valid for the backend-specific connection function/class, and pass them to the connection
* Add intersphinx links to docs for dependencies
* Update and format some more backend class docstrings
* Remove 'Unrecognized keyword arguments' warning from `BaseStorage`
* Turn `warnings.warn` about using secret keys into a `logging.warning` (due to complaints about too many messages)
</pre>
</div>
</content>
</entry>
<entry>
<title>Add one test case per backend storage class</title>
<updated>2021-04-13T01:25:32+00:00</updated>
<author>
<name>Jordan Cook</name>
<email>jordan.cook@pioneer.com</email>
</author>
<published>2021-04-13T00:18:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/requests-cache.git/commit/?id=841a696a2cfe292c7b6fe74da6c944b84d6a981e'/>
<id>841a696a2cfe292c7b6fe74da6c944b84d6a981e</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>
