mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-21 17:11:06 +00:00
Adds 10k more books to book page test
This commit is contained in:
parent
cf55a89816
commit
0ff2fe9d80
1 changed files with 2 additions and 0 deletions
|
@ -53,6 +53,8 @@ class BookViews(TestCase):
|
|||
remote_id="https://example.com/book/1",
|
||||
parent_work=cls.work,
|
||||
)
|
||||
for i in range(10000):
|
||||
models.Edition.objects.create(title=i, parent_work=cls.work)
|
||||
|
||||
models.SiteSettings.objects.create()
|
||||
|
||||
|
|
Loading…
Reference in a new issue