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
Age
Commit message (
Expand
)
Author
2020-09-13
Fixing preview without borders
Charles Cabergs
2020-09-13
Added env variable for reference shell arguments
Charles Cabergs
2020-09-13
Added environment variable for bonus test
Charles Cabergs
2020-09-13
Fixing import regex -> re for python3.5 compatibility
Charles Cabergs
2020-09-12
Moved parenthesis and operation in flow, Added sandbox context, Replaced subp...
Charles Cabergs
2020-09-12
Added recording, Fixing no autocomplete on exact match
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
Added comments
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
test escape in simple and double quote
ggjulio
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 error_line0 hook
Charles Cabergs
2020-09-11
Added suite prefixed with group
Charles Cabergs
2020-09-11
Removed test for variable without export
Charles Cabergs
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