pseudopeople is a Python package that generates realistic simulated data about a fictional United States population, designed for use in testing entity resolution (record linkage) methods or other data science algorithms at scale.
Create a dataset fixture which will load data of interest.
Add options for parameters to pytest.
Add tests that command line args are parsed correctly.
parametrizable data fixtures
Description
Create a dataset fixture which will load data of interest. Add options for parameters to pytest. Add tests that command line args are parsed correctly.
Testing
Tests pass, including new tests.