Matthieu Rigal
Matthieu Rigal
I would also welcome to have less package bloat. One option often considered by other packages ist to add optionals like `holidays[lunar]` or `holidays[full]` for convertdate and other advanced converters....
True. Try using a related_name in the model and the following in the factory: `factory.RelatedFactory('app.factories.MyAuthorFactory', factory_related_name='parent')`
That's nice, but wouldn't it be more appropriate to add it to FactoryBoy directly? And then add a hook/mod to use it in pytest_factoryboy?
I was thinking about the full rewritten LazyFixture, but at a second thought, it's true that the whole "fixture" thingy is pretty pytest-correlated... Maybe just forget what I've said :-p
It's a pity this is still unsolved :-/
Also pinning down the package here... :-/
Hi @ftobia I got the same with pytest.last ... on osx
@ftobia Maybe you haven't update your local env? testenv now has an additional dependency
@nicoddemus and @ftobia the CHANGELOG is now also included :-)
Yes I can give it a try. However, I've noticed that you raise a `TypeError("Can only decorate unittest.TestCase subclasses.")` which might be problematic since it would be a test decorator......