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
/
__main__.py
Age
Commit message (
Expand
)
Author
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
Merge branch 'master' of cacharle.xyz:/srv/git/minishell_test
Charles Cabergs
2021-02-11
Fixing #13 - change where sandbox binaries are stored, only create the binari...
Charles Cabergs
2021-02-06
Updated tox.ini to test valgrind
package
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 isinst...
Charles Cabergs
2021-02-05
Refactoring Suite with custom exception instead of print then exit
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 -> __main__...
Charles Cabergs