Skip to content Skip to sidebar Skip to footer
Showing posts with the label Fixtures

How Can Request.param Be Annotated In Indirect Parametrization?

In the Indirect parametrization example I want to type hint request.param indicating a specific typ… Read more How Can Request.param Be Annotated In Indirect Parametrization?

Pytest Capture Not Working - Caplog And Capsys Are Empty

I am trying to create unit tests for a logger, but - even though the events are logged - the caplog… Read more Pytest Capture Not Working - Caplog And Capsys Are Empty

In Django, Can You Run Seed Data Without Always Generating A Migration?

I'm using Django and Python 3.7. I have created a YAML file with seed data for my db ... ./mya… Read more In Django, Can You Run Seed Data Without Always Generating A Migration?