cieslarmichal / faker-cxx

C++ Faker library for generating fake (but realistic) data.

Home Page:https://cieslarmichal.github.io/faker-cxx/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

add one header faker.h to expose all faker modules functionalities

cieslarmichal opened this issue · comments

Hi can I take this one?

yup, assigned

consider giving a star to the repository to make this project more popular ⭐

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?

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 :)