diff --git a/tests/serialize/json_test.py b/tests/serialize/json_test.py index d7946d2a..fa5893cf 100644 --- a/tests/serialize/json_test.py +++ b/tests/serialize/json_test.py @@ -98,7 +98,7 @@ def node_sort_key(node: dict[str, Any]) -> str: 'id': '1', 'label': 'to_string', 'kind': 'function', - 'function': 'json_test.to_string', + 'function': 'tests.serialize.json_test.to_string', 'args': ['106', '104'], 'kwargs': {}, }, @@ -106,19 +106,19 @@ def node_sort_key(node: dict[str, Any]) -> str: 'id': '2', 'label': 'Int[A]', 'kind': 'data', - 'type': 'json_test.Int[json_test.A]', + 'type': 'tests.serialize.json_test.Int[tests.serialize.json_test.A]', }, { 'id': '3', 'label': 'Int[B]', 'kind': 'data', - 'type': 'json_test.Int[json_test.B]', + 'type': 'tests.serialize.json_test.Int[tests.serialize.json_test.B]', }, { 'id': '4', 'label': 'make_int_b', 'kind': 'function', - 'function': 'json_test.make_int_b', + 'function': 'tests.serialize.json_test.make_int_b', 'args': [], 'kwargs': {}, }, @@ -126,13 +126,13 @@ def node_sort_key(node: dict[str, Any]) -> str: 'id': '5', 'label': 'List[A]', 'kind': 'data', - 'type': 'json_test.List[json_test.A]', + 'type': 'tests.serialize.json_test.List[tests.serialize.json_test.A]', }, { 'id': '6', 'label': 'zeros', 'kind': 'function', - 'function': 'json_test.zeros', + 'function': 'tests.serialize.json_test.zeros', 'args': ['101'], 'kwargs': {}, }, @@ -140,13 +140,13 @@ def node_sort_key(node: dict[str, Any]) -> str: 'id': '7', 'label': 'List[B]', 'kind': 'data', - 'type': 'json_test.List[json_test.B]', + 'type': 'tests.serialize.json_test.List[tests.serialize.json_test.B]', }, { 'id': '8', 'label': 'zeros', 'kind': 'function', - 'function': 'json_test.zeros', + 'function': 'tests.serialize.json_test.zeros', 'args': ['102'], 'kwargs': {}, }, @@ -194,7 +194,7 @@ def fn_w_kwonlyargs(*, x: int) -> float: 'id': '1', 'label': 'fn_w_kwonlyargs', 'kind': 'function', - 'function': 'json_test.fn_w_kwonlyargs', + 'function': 'tests.serialize.json_test.fn_w_kwonlyargs', 'args': [], 'kwargs': {'x': '101'}, }, @@ -242,7 +242,7 @@ def repeated_arg(a: str, b: str) -> list[str]: 'id': '1', 'label': 'repeated_arg', 'kind': 'function', - 'function': 'json_test.repeated_arg', + 'function': 'tests.serialize.json_test.repeated_arg', 'args': ['101', '102'], 'kwargs': {}, }, @@ -302,7 +302,7 @@ def repeated_kwonlyargs(*, x: int, b: int) -> str: 'id': '2', 'label': 'repeated_arg_kwonlyarg', 'kind': 'function', - 'function': 'json_test.repeated_arg_kwonlyarg', + 'function': 'tests.serialize.json_test.repeated_arg_kwonlyarg', 'args': ['103'], 'kwargs': {'b': '104'}, }, @@ -316,7 +316,7 @@ def repeated_kwonlyargs(*, x: int, b: int) -> str: 'id': '4', 'label': 'repeated_kwonlyargs', 'kind': 'function', - 'function': 'json_test.repeated_kwonlyargs', + 'function': 'tests.serialize.json_test.repeated_kwonlyargs', 'args': [], 'kwargs': {'x': '100', 'b': '101'}, }, @@ -358,7 +358,7 @@ def test_serialize_repeated_konlywarg() -> None: 'id': '1', 'label': '', 'kind': 'function', - 'function': 'json_test.test_serialize_lambda..', + 'function': 'tests.serialize.json_test.test_serialize_lambda..', 'args': ['101'], 'kwargs': {}, },