jaysonsantos / python-binary-memcached

A pure python module (thread safe) to access memcached via it's binary protocol with SASL auth support.
MIT License
165 stars 57 forks source link

Value in variable overwritten before used #209

Closed moisesguimaraes closed 4 years ago

moisesguimaraes commented 4 years ago

In test/test_simple_functions.py self.server is set twice, losing its first value.

https://github.com/jaysonsantos/python-binary-memcached/blob/56bca9b162da43d15a5647741f64a66c0b0d4377/test/test_simple_functions.py#L18-L21

https://github.com/jaysonsantos/python-binary-memcached/blob/56bca9b162da43d15a5647741f64a66c0b0d4377/test/test_simple_functions.py#L265-L268