<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pymemcache.git/pymemcache/test/test_utils.py, branch github-actions</title>
<subtitle>github.com: pinterest/pymemcache.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pymemcache.git/'/>
<entry>
<title>Handle unicode key values in MockMemcacheClient correctly</title>
<updated>2019-03-19T17:58:09+00:00</updated>
<author>
<name>Joe Gordon</name>
<email>jogo@pinterest.com</email>
</author>
<published>2019-03-19T17:58:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pymemcache.git/commit/?id=7ea947d8cd489129363ffa215987ff296d9b7b24'/>
<id>7ea947d8cd489129363ffa215987ff296d9b7b24</id>
<content type='text'>
The actual client tries to encode unicode and if it fails
MemcacheIllegalInputError is raised. Fix the MockMemcacheClient to do
the same thing.

Fix bug #222
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The actual client tries to encode unicode and if it fails
MemcacheIllegalInputError is raised. Fix the MockMemcacheClient to do
the same thing.

Fix bug #222
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix flake8 issues</title>
<updated>2017-11-27T21:18:20+00:00</updated>
<author>
<name>Joe Gordon</name>
<email>jogo@pinterest.com</email>
</author>
<published>2017-11-27T19:47:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pymemcache.git/commit/?id=3a92820576f67fc175f175d82b04c9afcce42300'/>
<id>3a92820576f67fc175f175d82b04c9afcce42300</id>
<content type='text'>
We previously weren't running flake8 on travis so a few issues got in.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We previously weren't running flake8 on travis so a few issues got in.
</pre>
</div>
</content>
</entry>
<entry>
<title>Have MockMemcacheClient support non-ascii strings (#169)</title>
<updated>2017-11-19T15:06:17+00:00</updated>
<author>
<name>Edward Lim</name>
<email>lime.sbu@gmail.com</email>
</author>
<published>2017-11-19T15:06:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pymemcache.git/commit/?id=dd75ccc0d74aecb09039ad536f04e63a82dea847'/>
<id>dd75ccc0d74aecb09039ad536f04e63a82dea847</id>
<content type='text'>
Allow binary strings to be stored as-is in MockMemcachedClient

The current MockMemcacheClient doesn't support storage of non-ascii strings as values, but the real Client does. This PR aims to close this gap between the mock and real clients.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allow binary strings to be stored as-is in MockMemcachedClient

The current MockMemcacheClient doesn't support storage of non-ascii strings as values, but the real Client does. This PR aims to close this gap between the mock and real clients.</pre>
</div>
</content>
</entry>
<entry>
<title>flake8 the tests</title>
<updated>2015-06-20T07:09:53+00:00</updated>
<author>
<name>John Anderson</name>
<email>sontek@gmail.com</email>
</author>
<published>2015-06-20T07:09:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pymemcache.git/commit/?id=e905884ede997ef14e53e64f507123513c6d9856'/>
<id>e905884ede997ef14e53e64f507123513c6d9856</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move to use pytest instead of nose</title>
<updated>2015-06-20T03:26:04+00:00</updated>
<author>
<name>John Anderson</name>
<email>sontek@gmail.com</email>
</author>
<published>2015-06-20T03:26:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pymemcache.git/commit/?id=a7c1972dad8d4a1c7df6f22d24a6f3f03d0375fe'/>
<id>a7c1972dad8d4a1c7df6f22d24a6f3f03d0375fe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Port to Python 3.3</title>
<updated>2014-03-10T15:02:18+00:00</updated>
<author>
<name>Julien Danjou</name>
<email>julien@danjou.info</email>
</author>
<published>2014-03-04T15:11:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pymemcache.git/commit/?id=108f15c8638291962aa85d88752d19a7280fef64'/>
<id>108f15c8638291962aa85d88752d19a7280fef64</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Run the core unit tests on the mock object as well.</title>
<updated>2013-09-09T17:01:14+00:00</updated>
<author>
<name>Julian Berman</name>
<email>Julian@GrayVines.com</email>
</author>
<published>2013-09-09T17:01:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pymemcache.git/commit/?id=b82abe5c487bfa616a26cd3d8e22f81616426dc8'/>
<id>b82abe5c487bfa616a26cd3d8e22f81616426dc8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a basic mock client.</title>
<updated>2013-09-02T18:57:20+00:00</updated>
<author>
<name>Julian Berman</name>
<email>Julian@GrayVines.com</email>
</author>
<published>2013-08-21T17:57:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pymemcache.git/commit/?id=699f77d5f3a1229fe21ab5c94c162c81b5b924f9'/>
<id>699f77d5f3a1229fe21ab5c94c162c81b5b924f9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
