From d0a80859f630866461e8a888b3f8fe008c8158ba Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Fri, 11 Sep 2020 14:27:26 +0200 Subject: Added suite group and suite bonus, Added signal (not tested) --- src/suites/parenthesis.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/suites/parenthesis.py') diff --git a/src/suites/parenthesis.py b/src/suites/parenthesis.py index a06fdda..98320e8 100644 --- a/src/suites/parenthesis.py +++ b/src/suites/parenthesis.py @@ -6,13 +6,13 @@ # By: charles +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2020/07/15 18:24:57 by charles #+# #+# # -# Updated: 2020/07/15 18:24:57 by charles ### ########.fr # +# Updated: 2020/09/11 14:23:35 by charles ### ########.fr # # # # ############################################################################ # from suite import suite -@suite +@suite(bonus=True) def suite_parenthesis(test): test("(echo bonjour)") test("(echo bonjour )") -- cgit