Generating Random Tests with Python and Pytest

One of the things I’m trying to incorporate into my work on cfltools is highly integrated unit testing. Since cfltools is a forensic utility, it’s critical that I am able to show that the program creates predictable, consistent outputs when fed a variety of data. This ensures that the products of the tool have legally […]