ihmeuw / pseudopeople

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.
https://pseudopeople.readthedocs.io
BSD 3-Clause "New" or "Revised" License
20 stars 2 forks source link

parametrizable data fixtures #479

Open hussain-jafari opened 1 week ago

hussain-jafari commented 1 week ago

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.