diff options
Diffstat (limited to 'minishell_test/suites/flow.py')
| -rw-r--r-- | minishell_test/suites/flow.py | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/minishell_test/suites/flow.py b/minishell_test/suites/flow.py index 2c00b2f..ed5fd03 100644 --- a/minishell_test/suites/flow.py +++ b/minishell_test/suites/flow.py @@ -6,13 +6,19 @@ # By: charles <charles.cabergs@gmail.com> +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2020/07/15 18:24:52 by charles #+# #+# # -# Updated: 2020/11/10 13:16:28 by cacharle ### ########.fr # +# Updated: 2021/02/05 17:40:00 by charles ### ########.fr # # # # ############################################################################ # -import config -from suite import suite -from hooks import error_line0, platform_status, discard, replace_double_semi_colon, error_eof_to_expected_token +import minishell_test.config as config +from minishell_test.suite.decorator import suite +from minishell_test.hooks import ( + error_line0, + platform_status, + discard, + replace_double_semi_colon, + error_eof_to_expected_token +) @suite() |
