Skip to content

Commit

Permalink
Don't include base PageFactory in auto tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ababic committed Oct 5, 2022
1 parent f37ee6a commit a8ce087
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/wagtail_factories/factories.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ class PageFactory(MP_NodeFactory, metaclass=PageFactoryMetaClass):

class Meta:
model = Page
autotest = False


class CollectionMemberFactory(DjangoModelFactory):
Expand Down

0 comments on commit a8ce087

Please sign in to comment.