tests: test_max_data_size, save space on TMPDIR

This commit is contained in:
Thomas Waldmann 2025-07-06 16:34:52 +02:00
parent 43610a1048
commit a4cb2d7ff3
No known key found for this signature in database
GPG key ID: 243ACFA951F78E01

View file

@ -178,7 +178,7 @@ class RepositoryTestCase(RepositoryTestCaseBase):
self.assert_equal(self.repository.get(H(0)), max_data)
self.assert_raises(IntegrityError,
lambda: self.repository.put(H(1), max_data + b'x'))
self.repository.delete(H(0))
class LocalRepositoryTestCase(RepositoryTestCaseBase):
# test case that doesn't work with remote repositories