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
/
minishell_test
/
config.py
Age
Commit message (
Collapse
)
Author
2021-03-28
Added end_command_with_linefeed configuration option
1.1.3
Charles Cabergs
2021-02-28
Added all hooks tests
Charles Cabergs
2021-02-28
Refactoring config in a class to have a testable environment
Charles Cabergs
2021-02-27
Merge branch 'config'
Charles Cabergs
2021-02-27
Added configuration file section/key names check
Charles Cabergs
2021-02-27
Fixing #10 - bash error line with number 0 or 1
Charles Cabergs
2021-02-27
Added make_args and check_error_messages configuration options
Charles Cabergs
2021-02-27
Fixing #16 - Adding support for custom config file in user directory
Charles Cabergs
2021-02-26
Added command line argument documentation draft
Charles Cabergs
2021-02-24
Merge branch 'master' of cacharle.xyz:/srv/git/minishell_test
Charles Cabergs
2021-02-11
Changed the name of the result file since it's no longer outputed in ↵
Charles Cabergs
minishell_test's directory
2021-02-11
Fixing #13 - change where sandbox binaries are stored, only create the ↵
Charles Cabergs
binaries if they don't already exist
2021-02-05
Added installation as a command (#12)
Charles Cabergs
2021-02-05
Renaming src -> minishell_test for package name, Renaming main.py -> ↵
Charles Cabergs
__main__.py for package execution with python -m