aboutsummaryrefslogtreecommitdiff
path: root/minishell_test
AgeCommit message (Expand)Author
2021-02-24Fixing #17 - Incorporate the try script in the command argumentsCharles Cabergs
2021-02-24Updated README instructionsCharles Cabergs
2021-02-24Merge branch 'master' of cacharle.xyz:/srv/git/minishell_testCharles Cabergs
2021-02-11Changed the name of the result file since it's no longer outputed in minishel...Charles Cabergs
2021-02-11Fixing #13 - change where sandbox binaries are stored, only create the binari...Charles Cabergs
2021-02-06Updated tox.ini to test valgrindpackageCharles Cabergs
2021-02-05Added tox.iniCharles Cabergs
2021-02-05Added option to change path to minishell directory (#12)Charles Cabergs
2021-02-05Added installation as a command (#12)Charles Cabergs
2021-02-05Fixing mypy error (Couldn't detect type checking with type, changed to isinst...Charles Cabergs
2021-02-05Refactoring Suite with custom exception instead of print then exitCharles Cabergs
2021-02-05Removing annoying flake8 pluginsCharles Cabergs
2021-02-05Changing import statement to support packageCharles Cabergs
2021-02-05Renaming src -> minishell_test for package name, Renaming main.py -> __main__...Charles Cabergs
2020-09-10Updated README, Added auto buildCharles Cabergs
2020-07-20Fixing mkdir -m= -> -m for MacOSCharles