aboutsummaryrefslogtreecommitdiff
path: root/src/suites
AgeCommit message (Expand)Author
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