| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
https://black.readthedocs.io/en/stable/index.html
|
| |
|
|
|
|
|
| |
Now that we don't require Python 2 support no need for six.
Code upgraded with pyupgrade and manual fixes to remove remaining six
usage.
|
| |
|
|
| |
So that MockMemcacheClient is more complete and can be used for testing
prepend and append cases.
|
| |
|
|
|
|
|
|
| |
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
|
| |
|
|
| |
We previously weren't running flake8 on travis so a few issues got in.
|
| |
|
|
|
| |
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.
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|