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
Age
Commit message (
Collapse
)
Author
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-24
Fixing #17 - Incorporate the try script in the command arguments
Charles Cabergs
2021-02-24
Updated README instructions
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-06
Updated tox.ini to test valgrind
package
Charles Cabergs
2021-02-05
Added tox.ini
Charles Cabergs
2021-02-05
Added option to change path to minishell directory (#12)
Charles Cabergs
2021-02-05
Added installation as a command (#12)
Charles Cabergs
2021-02-05
Fixing mypy error (Couldn't detect type checking with type, changed to ↵
Charles Cabergs
isinstance)
2021-02-05
Refactoring Suite with custom exception instead of print then exit
Charles Cabergs
2021-02-05
Removing annoying flake8 plugins
Charles Cabergs
2021-02-05
Changing import statement to support package
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
2020-09-10
Updated README, Added auto build
Charles Cabergs
2020-07-20
Fixing mkdir -m= -> -m for MacOS
Charles