mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-31 23:08:09 -07:00
dev-python/lz4: remove unused file
Closes: https://github.com/gentoo/gentoo/pull/17554 Package-Manager: Portage-3.0.6, Repoman-3.0.1 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
This commit is contained in:
committed by
Conrad Kostecki
parent
e420584490
commit
a203aaed61
@@ -1,16 +0,0 @@
|
||||
import lz4
|
||||
import sys
|
||||
|
||||
|
||||
import unittest
|
||||
import os
|
||||
|
||||
class TestLZ4(unittest.TestCase):
|
||||
|
||||
def test_random(self):
|
||||
DATA = os.urandom(128 * 1024) # Read 128kb
|
||||
self.assertEqual(DATA, lz4.loads(lz4.dumps(DATA)))
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest.main()
|
||||
|
||||
Reference in New Issue
Block a user