From 8a97914ac822703362c22bb6228905f3fbe13d99 Mon Sep 17 00:00:00 2001 From: Charles Date: Wed, 15 Jul 2020 18:26:30 +0200 Subject: Removed not valuable information from log, Added cmd_variable tests --- suites/parenthesis.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'suites/parenthesis.py') diff --git a/suites/parenthesis.py b/suites/parenthesis.py index 30f1cce..a06fdda 100644 --- a/suites/parenthesis.py +++ b/suites/parenthesis.py @@ -1,3 +1,15 @@ +# ############################################################################ # +# # +# ::: :::::::: # +# parenthesis.py :+: :+: :+: # +# +:+ +:+ +:+ # +# By: charles +#+ +:+ +#+ # +# +#+#+#+#+#+ +#+ # +# Created: 2020/07/15 18:24:57 by charles #+# #+# # +# Updated: 2020/07/15 18:24:57 by charles ### ########.fr # +# # +# ############################################################################ # + from suite import suite @suite -- cgit