Published onOctober 7, 2023Better unit tests with pytest-mock and monkeypatchPythonSetupHow to write better Python unit tests in pytest, from basic tests to mocking with pytest-mock and monkeypatch.
Published onSeptember 22, 2023Managing Python environments with pyenv and pyenv-virtualenvPythonSetupHow to install and use different Python environments with pyenv and the plugin pyenv-virtualenv.