aboutsummaryrefslogtreecommitdiff
path: root/src/suites/preprocess.py
AgeCommit message (Collapse)Author
2021-02-05Renaming src -> minishell_test for package name, Renaming main.py -> ↵Charles Cabergs
__main__.py for package execution with python -m
2021-01-21Added redirection in env variable test #11Charles Cabergs
2020-11-25#6 Added special characters field split and should_not_be hook, to avoid ↵Charles Cabergs
error message
2020-10-09Added blank testCharles Cabergs
2020-10-08Added suite description for -l optionCharles Cabergs
2020-10-07Added Linux exit status and output conversion to macosCharles Cabergs
2020-10-06Added variable terminal sizeCharles Cabergs
2020-09-15Added more parenthesis, pipe, quote testsCharles Cabergs
2020-09-14Added more flow and path testsCharles Cabergs
2020-09-13Fixing preview without bordersCharles Cabergs
2020-09-12Added recording, Fixing no autocomplete on exact matchCharles Cabergs
2020-09-11Linting with flake8Charles Cabergs
2020-09-11Merge branch 'master' of https://github.com/ggjulio/minishell_test into masterCharles Cabergs
2020-09-11test escape in simple and double quoteggjulio
2020-09-11Added export alone, quote missing and tab in cmd testCharles Cabergs
2020-09-11Added suite group and suite bonus, Added signal (not tested)Charles Cabergs
2020-09-11Refactoring files, splited test.py and suite.py in packagesCharles Cabergs