Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
baseplate-admin committed Oct 19, 2024
1 parent 4db666a commit fb09355
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Empty file removed tests/test_limits.py
Empty file.
6 changes: 6 additions & 0 deletions tests/test_path_creation.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
from taxonomy.models import Taxonomy


def test_automatic_name_creation():
for i in range(0, 2_538_557_185_841_324_496):
Taxonomy.objects.create_child(name=i)

0 comments on commit fb09355

Please sign in to comment.