index
:
minishell_test.git
dev
master
package
Test for the minishell school project
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
suites
/
builtin.py
Age
Commit message (
Expand
)
Author
2020-10-07
Removing cursed cd test
Charles Cabergs
2020-10-07
Added Linux exit status and output conversion to macos
Charles Cabergs
2020-09-15
Added more parenthesis, pipe, quote tests
Charles Cabergs
2020-09-15
Added more path tests
Charles Cabergs
2020-09-13
Added pager option
Charles Cabergs
2020-09-12
Fixing autocompletion with 0 match, Fixing export singleton with --posix
Charles Cabergs
2020-09-12
Added suite name autocompletion
Charles Cabergs
2020-09-11
Linting with flake8
Charles Cabergs
2020-09-11
Merge branch 'master' of https://github.com/ggjulio/minishell_test into master
Charles Cabergs
2020-09-11
Added export alone, quote missing and tab in cmd test
Charles Cabergs
2020-09-11
unset: test bad identifier with @'"0|;&\
ggjulio
2020-09-11
export: test bad identifier with @'"$!|;&\
ggjulio
2020-09-11
Added output hook and sort_lines hook
Charles Cabergs
2020-09-11
Added suite group and suite bonus, Added signal (not tested)
Charles Cabergs
2020-09-11
Refactoring files, splited test.py and suite.py in packages
Charles Cabergs