aboutsummaryrefslogtreecommitdiff
path: root/src/suites
AgeCommit message (Collapse)Author
2020-09-13Added pager optionCharles Cabergs
2020-09-13Fixing preview without bordersCharles Cabergs
2020-09-12Moved parenthesis and operation in flow, Added sandbox context, Replaced ↵Charles Cabergs
subprocess wait by communicate to avoid dead lock
2020-09-12Added recording, Fixing no autocomplete on exact matchCharles Cabergs
2020-09-12Fixing autocompletion with 0 match, Fixing export singleton with --posixCharles Cabergs
2020-09-12Added suite name autocompletionCharles 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-11Merge branch 'master' of https://github.com/ggjulio/minishell_test into masterCharles Cabergs
2020-09-11Added export alone, quote missing and tab in cmd testCharles Cabergs
2020-09-11unset: test bad identifier with @'"0|;&\ggjulio
2020-09-11export: test bad identifier with @'"$!|;&\ggjulio
2020-09-11Added error_line0 hookCharles Cabergs
2020-09-11Removed test for variable without exportCharles Cabergs
2020-09-11Added output hook and sort_lines hookCharles 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