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

Outdated docs #221

Closed moisesguimaraes closed 4 years ago

moisesguimaraes commented 4 years ago

Aren't the memcached servers already run as py.test fixtures?

https://github.com/jaysonsantos/python-binary-memcached/blob/a2d718f5ed4ed6a665b475633192c8793e458c20/docs/intro.rst#L41-L54

jaysonsantos commented 4 years ago

Yes, that is true, probably it was leftover when py.test was introduced.

moisesguimaraes commented 4 years ago

fixed in https://github.com/jaysonsantos/python-binary-memcached/pull/224