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
/
config.py
Age
Commit message (
Collapse
)
Author
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-07-19
Added permission tests on cmd_path, cd builtin and glob
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-06-19
Added operator test, Fixing false positive with cd, export and unset
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 custom PATH to improve perfomance, Added syntax error test
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