Today I talk about how to test a function which is decorated with lru_cache
with pytest!
import shutil
shutil.which('ruby')
shutil.which('alksdjflkajsdf')
virtualenv venv
. venv/bin/activate
pip install pytest
pytest t.py
pytest t.py -v
pytest t2.py -v