diff --git a/tests/test_result/test_result_partition.py b/tests/test_result/test_result_methods.py similarity index 100% rename from tests/test_result/test_result_partition.py rename to tests/test_result/test_result_methods.py diff --git a/typesafety/test_result/test_partition.yml b/typesafety/test_result/test_methods.yml similarity index 95% rename from typesafety/test_result/test_partition.yml rename to typesafety/test_result/test_methods.yml index 63923faf..50b17096 100644 --- a/typesafety/test_result/test_partition.yml +++ b/typesafety/test_result/test_methods.yml @@ -10,6 +10,7 @@ - case: partition_io_results disable_cache: false main: | + from typing import Tuple from returns.result import Success, Failure from returns.result.methods import partition from returns.io import IO, IOResult