ionelmc / python-lazy-object-proxy

A fast and thorough lazy object proxy.
BSD 2-Clause "Simplified" License
247 stars 36 forks source link

Support SETUPPY_FORCE_PURE in tests #79

Open mgorny opened 10 months ago

mgorny commented 10 months ago

Support testing without the C extension if SETUPPY_FORCE_PURE is set. This makes the test suite behavior consistent with setup.py behavior.