Python Testing 201 with pytest
An advanced guide to pytest features like parametrized tests, fixtures, and organizing large test suites, based on a Python Frederick presentation.
An advanced guide to pytest features like parametrized tests, fixtures, and organizing large test suites, based on a Python Frederick presentation.
A technical article about using a Python context manager to simplify testing with feature flags, replacing numerous test fixtures.
A guide to using YAML fixtures for loading test data in Play Framework 2 applications with JPA, using the Fixy library.
A developer shares custom testing utilities for Django, including convenience methods for GET/POST requests and a context manager for user login.
A developer proposes a new API for generating Django fixtures more easily, outlining the concept and hoping someone will build it.