aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-02-27Added make_args and check_error_messages configuration optionsCharles Cabergs
2021-02-27Fixing #16 - Adding support for custom config file in user directoryCharles Cabergs
2021-02-24Fixing #17 - Incorporate the try script in the command argumentsCharles Cabergs
2021-02-24Updated .travis-ci.yml, disabling osx buildCharles 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 ↵Charles Cabergs
minishell_test's directory
2021-02-11Fixing #13 - change where sandbox binaries are stored, only create the ↵Charles Cabergs
binaries if they don't already exist
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 ↵Charles Cabergs
isinstance)
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 -> ↵Charles Cabergs
__main__.py for package execution with python -m
2021-02-05Added a few flake8 pluginCharles Cabergs
2021-02-04Moving preview to imgur, Added package config in setup.cfgCharles Cabergs
2021-01-31Updated travis ci to runs the test on a project to see if the test doesn't crashCharles Cabergs
2021-01-31Fixing typing errorCharles Cabergs
2021-01-31Refactoring Result into BaseResult, Result and LeakResultCharles Cabergs
2021-01-31Fixing type annotation for python3.6 compatibilityCharles Cabergs
2021-01-31Fixing some type error, Added travis ciCharles Cabergs
2021-01-21Added redirection in env variable test #11Charles Cabergs
2021-01-11Removing everything prompt relatedCharles Cabergs
2021-01-10Added fail safe if leak check test timeoutCharles Cabergs
2021-01-10Merge branch 'master' of github.com:cacharle/minishell_testCharles Cabergs
2021-01-10Fixing valgrind parsing buf, some version of valgrind don't contain the ↵Charles Cabergs
definitve leak count when there aren't any
2021-01-02Update README.mdcacharle
2020-12-14Removing environment variable truncation #9Charles Cabergs
2020-11-28Added builtin case insensitive test #5, Added exit should exit on argument ↵Charles Cabergs
error test
2020-11-28Added test for $_ #7Charles Cabergs
2020-11-26Added export singleton with \ and $ charactersCharles Cabergs
2020-11-25#6 Added special characters field split and should_not_be hook, to avoid ↵Charles Cabergs
error message
2020-11-25Added try script instead of it being in the READMECharles Cabergs
2020-11-13Update README.mdcacharle
2020-11-10Added redirection precedence on pipe testCharles Cabergs
2020-11-06Added environment variable explaination in READMECharles Cabergs
2020-10-29Added echo edge caseCharles Cabergs
2020-10-28Create LICENSEcacharle
2020-10-24Fixing non explicit result on export without argumentsCharles Cabergs
2020-10-15Added append testsCharles Cabergs
2020-10-15Added empty cd with HOME setCharles Cabergs
2020-10-15Added case insensitive PATH search testsCharles Cabergs
2020-10-11Added leak verboseCharles Cabergs
2020-10-10Added SHLVL testsCharles Cabergs
2020-10-09Added syntax error status and discard cd too many argument on LinuxCharles Cabergs
2020-10-09Added blank testCharles Cabergs
2020-10-09Formatting/Refactoring, Added pretty ascii artCharles Cabergs