Skip to content

Commit

Permalink
Update test_boundary_file_size.py
Browse files Browse the repository at this point in the history
  • Loading branch information
malenelu authored and GitHub Enterprise committed Apr 1, 2025
1 parent 6570ca7 commit 0f911b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/tests/test_boundary_file_size.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
"""
TC_002 - Boundary test for file size
"""
from django.test import TestCase

def test_file_size_boundary(self):
# Create file with minimum valid size (1 byte)
min_file = SimpleUploadedFile("min_file.txt", b"x" * 1)
Expand Down

0 comments on commit 0f911b3

Please sign in to comment.