add one header faker.h to expose all faker modules functionalities
cieslarmichal opened this issue · comments
Michał Cieślar commented
Alejandro commented
Hi can I take this one?
Michał Cieślar commented
yup, assigned
Michał Cieślar commented
consider giving a star to the repository to make this project more popular ⭐
Alejandro commented
What tests would you like here? I am thinking about adding one struct/class of each .h file as that is enough to check the .h is pulling all the data structures and not to bloat too much the testing file, WDYT?
Michał Cieślar commented
I dont think tests are needed here, just create one file and include all other headers, this way one can use all modules without knowing what are their names, but there will be still a possibility to include what you use :)