wagtail / wagtail-factories

Factory boy classes for wagtail
http://wagtail-factories.readthedocs.io/en/latest/
MIT License
102 stars 41 forks source link

Prevent multiple "Test collections" from being created #95

Open tbrlpld opened 1 month ago

tbrlpld commented 1 month ago

When you create a bunch of images with factories you end up with just as many collections.

To avoid that, we should make use of Meta.django_get_or_create on the collection name.