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-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
2020-06-17
Added builtin test (false positive until separator are implemented
Charles
2020-06-17
Putting everything in Test and Suite class
Charles
2020-06-17
Added Test and Suite class
Charles
2020-06-16
Added test for interpolation, glob and escape
Charles
2020-06-16
Added custom PATH to improve perfomance, Added syntax error test
Charles
2020-06-16
Better log format, fixing PASS with different files
Charles
2020-06-16
Compatibility with python3.5, remove sandbox on keyboard interrupt
Charles
2020-06-16
Spliting into multiple files, added redirection tests
Charles
2020-06-16
Added file watch and setup command
Charles
2020-06-15
Added log, verbose, test suites, summary
Charles
2020-06-15
Changing default minishell dir path, Added exit status
Charles
2020-06-15
Rewrite in python
Charles
2020-06-15
Added sandbox
Charles
2020-05-01
Initial commit
Charles
[prev]