diff --git a/tests/test_limits.py b/tests/test_limits.py deleted file mode 100644 index e69de29..0000000 diff --git a/tests/test_path_creation.py b/tests/test_path_creation.py new file mode 100644 index 0000000..0678f32 --- /dev/null +++ b/tests/test_path_creation.py @@ -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)