Gregor Müllegger

Results 69 comments of Gregor Müllegger

Soooo great! Thanks for this awesome pull request. I would say the tests for `GenericFKSelector` go into `autofixture_tests/tests/generator.py` were as the tests for the changes on the `AutoFixture` class go...

Gosh, that is code which is over 4 years old and that I wrote in the middle of the night at that time :sweat_smile: I just made an attempt to...

Hm, the generators usually get a correct max_length set that is determined from the actual model field. Can you paste the definition of your model here maybe? Are you sure...

Thanks for the good feedback! :) It's indeed a little more complex to use than it needs to be, I haven't changed the API since 6 years though. A pull...

Hey looks like a totally cool addition. Thanks! But I think it would be good to have some tests for this. Would you like to add some for this PR?...

Can you throw in a little example code as it's a little hard to guess what you mean by the subject :)

Seems valid. What is the benefit for you to use `user_id` over `user`? What happens if you set an integer to the `user` field? Does that work? I see the...

Hm, let's see. The Link class is only used in the `AutoFixtureBase` class. So the functionality could be provided by methods of this class. We would need to figure out...

Hi @audreyr. I'm more than happy to accept any contributions in that regard. The text generation is kind of raw IMO. I were never really happy with the autogenerated text....

Hi, thanks for the contribution. I think it's worth merging however, since the project hasn't been updated in a while, test suite keeps failing. I'm afraid I don't have much...