From c91cefc76c53f3069f167e3a5786ba6dcd6687a9 Mon Sep 17 00:00:00 2001 From: protolambda Date: Tue, 30 Jul 2019 03:11:59 +0200 Subject: [PATCH] move bls tests to general config dir --- test_generators/bls/main.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test_generators/bls/main.py b/test_generators/bls/main.py index 914983f43..a74397e77 100644 --- a/test_generators/bls/main.py +++ b/test_generators/bls/main.py @@ -166,8 +166,9 @@ def create_provider(handler_name: str, test_case_fn: Callable[[], Iterable[Tuple[str, Dict[str, Any]]]]) -> gen_typing.TestProvider: def prepare_fn(configs_path: str) -> str: - # Nothing to load / change in spec. Maybe in future forks. Put the tests into the minimal config category. - return 'minimal' + # Nothing to load / change in spec. Maybe in future forks. + # Put the tests into the general config category, to not require any particular configuration. + return 'general' def cases_fn() -> Iterable[gen_typing.TestCase]: for data in test_case_fn():