DynamicGravitySystems / DGP

Dynamic Gravity Processor
http://dgp.readthedocs.io/en/develop/
Apache License 2.0
7 stars 4 forks source link

Look into factories package vs fixtures #78

Open cbertinato opened 6 years ago

cbertinato commented 6 years ago

Given the way the custom factories have been written as fixtures I'm not sure whether a dedicated factories packages will provide any added value, but it's worth taking a look.

http://factoryboy.readthedocs.io/en/latest/

And there are at least a couple of others.