| Age | Commit message (Expand) | Author |
| 2021-02-26 | Added docs draft | Charles Cabergs |
| 2021-02-24 | Fixing #17 - Incorporate the try script in the command arguments | Charles Cabergs |
| 2021-02-24 | Updated .travis-ci.yml, disabling osx build | 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 minishel... | 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 valgrindpackage | 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 isinst... | Charles Cabergs |
| 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 -> __main__... | Charles Cabergs |
| 2021-02-05 | Added a few flake8 plugin | Charles Cabergs |
| 2021-02-04 | Moving preview to imgur, Added package config in setup.cfg | Charles Cabergs |
| 2021-01-31 | Updated travis ci to runs the test on a project to see if the test doesn't crash | Charles Cabergs |
| 2021-01-31 | Fixing typing error | Charles Cabergs |
| 2021-01-31 | Refactoring Result into BaseResult, Result and LeakResult | Charles Cabergs |
| 2021-01-31 | Fixing type annotation for python3.6 compatibility | Charles Cabergs |
| 2021-01-31 | Fixing some type error, Added travis ci | Charles Cabergs |
| 2021-01-21 | Added redirection in env variable test #11 | Charles Cabergs |
| 2021-01-11 | Removing everything prompt related | Charles Cabergs |
| 2021-01-10 | Added fail safe if leak check test timeout | Charles Cabergs |
| 2021-01-10 | Merge branch 'master' of github.com:cacharle/minishell_test | Charles Cabergs |
| 2021-01-10 | Fixing valgrind parsing buf, some version of valgrind don't contain the defin... | Charles Cabergs |
| 2021-01-02 | Update README.md | cacharle |
| 2020-12-14 | Removing environment variable truncation #9 | Charles Cabergs |
| 2020-11-28 | Added builtin case insensitive test #5, Added exit should exit on argument er... | Charles Cabergs |
| 2020-11-28 | Added test for $_ #7 | Charles Cabergs |
| 2020-11-26 | Added export singleton with \ and $ characters | Charles Cabergs |
| 2020-11-25 | #6 Added special characters field split and should_not_be hook, to avoid erro... | Charles Cabergs |
| 2020-11-25 | Added try script instead of it being in the README | Charles Cabergs |
| 2020-11-13 | Update README.md | cacharle |
| 2020-11-10 | Added redirection precedence on pipe test | Charles Cabergs |
| 2020-11-06 | Added environment variable explaination in README | Charles Cabergs |
| 2020-10-29 | Added echo edge case | Charles Cabergs |
| 2020-10-28 | Create LICENSE | cacharle |
| 2020-10-24 | Fixing non explicit result on export without arguments | Charles Cabergs |
| 2020-10-15 | Added append tests | Charles Cabergs |
| 2020-10-15 | Added empty cd with HOME set | Charles Cabergs |
| 2020-10-15 | Added case insensitive PATH search tests | Charles Cabergs |
| 2020-10-11 | Added leak verbose | Charles Cabergs |
| 2020-10-10 | Added SHLVL tests | Charles Cabergs |
| 2020-10-09 | Added syntax error status and discard cd too many argument on Linux | Charles Cabergs |
| 2020-10-09 | Added blank test | Charles Cabergs |
| 2020-10-09 | Formatting/Refactoring, Added pretty ascii art | Charles Cabergs |
| 2020-10-09 | Added OLDPWD to builtin/cd tests | Charles Cabergs |