TIL: Setting environment variables for pytest
A guide on using the pytest-env package to set environment variables for pytest tests in pyproject.toml, avoiding direct os.environ modification.
A guide on using the pytest-env package to set environment variables for pytest tests in pyproject.toml, avoiding direct os.environ modification.
A developer starts a new SaaS project, a journaling service called journeyinbox.com, where users can journal via email.
A Django developer builds core pages, adds model methods, and designs templates for a SaaS application in this coding tutorial episode.
A guide on switching a Django project's test runner from the default to pytest, covering installation, configuration, and benefits.
An advanced guide to pytest features like parametrized tests, fixtures, and organizing large test suites, based on a Python Frederick presentation.
An introduction to Python testing using pytest, covering the basics and providing resources from a Python Frederick talk.