from hypothesis.strategies import binary
from pyac import Blob
-from pyac import dumps
from pyac import DecodeError
+from pyac import dumps
from pyac import loads
from pyac import NotEnoughData
+from typing import Any
from unittest import TestCase
from hypothesis import given
from hypothesis.strategies import integers
-from typing import Any
-from pyac import dumps
from pyac import DecodeError
+from pyac import dumps
from pyac import loads
from pyac import NotEnoughData
-from unittest import TestCase
-
from typing import List
+from unittest import TestCase
from pyac import dumps
from pyac import loads
from unittest import TestCase
-from pyac import dumps
from pyac import DecodeError
+from pyac import dumps
from pyac import loads
from pyac import NotEnoughData
+from typing import List
from unittest import TestCase
from hypothesis import given
from hypothesis.strategies import binary
from hypothesis.strategies import booleans
+from hypothesis.strategies import characters
from hypothesis.strategies import datetimes
from hypothesis.strategies import deferred
from hypothesis.strategies import dictionaries
from hypothesis.strategies import text
from hypothesis.strategies import tuples
from hypothesis.strategies import uuids
-from hypothesis.strategies import characters
-from typing import List
from pyac import Blob
from pyac import dumps
from hypothesis import given
from hypothesis.strategies import binary
from hypothesis.strategies import booleans
+from hypothesis.strategies import characters
from hypothesis.strategies import datetimes
from hypothesis.strategies import dictionaries
from hypothesis.strategies import integers
from hypothesis.strategies import text
from hypothesis.strategies import tuples
from hypothesis.strategies import uuids
-from hypothesis.strategies import characters
from pyac import Blob
from pyac import dumps
from pyac import DecodeError
from pyac import loads
+
blobs_st = tuples(integers(1, 20), binary(max_size=60)).map(lambda x: Blob(*x))
text_st = text(
from hypothesis.strategies import integers
from hypothesis.strategies import text
-from pyac import dumps
from pyac import DecodeError
+from pyac import dumps
from pyac import loads
from pyac import NotEnoughData
+from typing import Any
from unittest import TestCase
-from typing import Any
from hypothesis import given
from hypothesis.strategies import binary
from hypothesis.strategies import booleans
+from hypothesis.strategies import characters
from hypothesis.strategies import datetimes
from hypothesis.strategies import deferred
from hypothesis.strategies import dictionaries
from hypothesis.strategies import text
from hypothesis.strategies import tuples
from hypothesis.strategies import uuids
-from hypothesis.strategies import characters
+from pyac import Blob
from pyac import dumps
from pyac import loads
-from pyac import Blob
+
blobs_st = tuples(integers(1, 20), binary(max_size=60)).map(lambda x: Blob(*x))
-from unittest import TestCase
-
from datetime import datetime
from datetime import timedelta
+from unittest import TestCase
+from uuid import UUID
+
from hypothesis import given
from hypothesis.strategies import binary
-from uuid import UUID
-from pyac import dumps
from pyac import DecodeError
+from pyac import dumps
from pyac import Leapsecs
from pyac import loads
from pyac import NotEnoughData
from unittest import TestCase
-
from uuid import UUID
from pyac import dumps