MisterJames / GenFu

GenFu is a library you can use to generate realistic test data. It is composed of several property fillers that can populate commonly named properties through reflection using an internal database of values or randomly created data. You can override any of the fillers, give GenFu hints on how to fill them.
Other
831 stars 100 forks source link

Ignore Field #149

Open petersontubini opened 5 years ago

petersontubini commented 5 years ago

Is there any option that I can use for ignoring fields that I don't want to be filled?

E.g. I've a DeletedAt Field.

dpaquette commented 4 years ago

What type is the DeletedAt field?

ansariabr commented 4 years ago

@dpaquette I have added this functionality. Can you provide the access to this repo so that I can push a branch and raise the PR?

dpaquette commented 4 years ago

Thanks @ansariabr ! You can submit at PR from your fork of this repo. Take a look at https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request-from-a-fork