We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a4594c commit dc4439eCopy full SHA for dc4439e
tests/protocols/test_v1_protocol.py
@@ -1,9 +1,9 @@
1
"""Tests for the v1 protocol message encoding and decoding."""
2
3
+import json
4
+import pathlib
5
from collections.abc import Generator
6
from unittest.mock import patch
-import pathlib
-import json
7
8
import pytest
9
from freezegun import freeze_time
@@ -38,7 +38,6 @@
38
TESTDATA_IDS = [x.stem for x in TESTDATA_FILES]
39
40
41
-
42
@pytest.fixture(autouse=True)
43
def fixed_time_fixture() -> Generator[None, None, None]:
44
"""Fixture to freeze time for predictable request IDs."""
0 commit comments