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
Age
Commit message (
Collapse
)
Author
2020-10-07
Added Linux exit status and output conversion to macos
Charles Cabergs
2020-10-06
Added variable terminal size
Charles Cabergs
2020-09-28
Fixing some setup commands in order to work on mac
Charles Cabergs
2020-09-17
Added hook list, replace double semi-colon hook for ;; errors
Charles Cabergs
2020-09-15
Added more parenthesis, pipe, quote tests
Charles Cabergs
2020-09-15
Added more path tests
Charles Cabergs
2020-09-14
Added more flow and path tests
Charles Cabergs
2020-09-13
Added C macro to detect when minishell is tested inside of code
Charles Cabergs
2020-09-13
Added pager option
Charles Cabergs
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 ↵
Charles Cabergs
subprocess wait by communicate to avoid dead lock
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
2020-09-10
Updated README, Added auto build
Charles Cabergs
2020-09-10
Added escaped cmd for more explicit test output
Charles Cabergs
2020-09-09
Added path test
Charles Cabergs
2020-08-28
Merge branch 'master' of cacharle.xyz:/srv/git/minishell_test into master
Charles Cabergs
2020-08-28
Added edge case preprocessing, export test
Charles Cabergs
2020-08-27
Fixing timeout false positive
Charles Cabergs
2020-08-19
Added preprocessing interpolation/space tests
Charles Cabergs
2020-08-19
Added exports debug, Removed glob tests
Charles Cabergs
2020-07-20
Fixing mkdir -m= -> -m for MacOS
Charles
2020-07-19
Added permission tests on cmd_path, cd builtin and glob
Charles
2020-07-17
Added exit test for atoi parsable input
Charles
2020-07-16
Changed bash to sh in cmd_variable tests
Charles
2020-07-15
Removed not valuable information from log, Added cmd_variable tests
Charles
2020-07-15
Added error message comparison and basic timeout
Charles
2020-07-13
Added cmd variable tests and empty quote
Charles
2020-06-23
Added a few builtin/parenthesis tests
Charles
2020-06-19
Added a few parenthesis tests
Charles
2020-06-19
Added operator test, Fixing false positive with cd, export and unset
Charles
2020-06-17
Added line breaks for too long output
Charles
[prev]
[next]