aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-02-11Fixing #13 - change where sandbox binaries are stored, only create the ↵Charles Cabergs
binaries if they don't already exist
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
2020-10-09Added OLDPWD to builtin/cd testsCharles Cabergs
2020-10-08Deleted duplicated tests, Added error_eof_to_expected_token hookCharles Cabergs
2020-10-08Added flow syntax error testsCharles Cabergs
2020-10-08Added syntax error discardCharles Cabergs
2020-10-08Added test range selection for long valgrind testsCharles Cabergs
2020-10-08Added suite description for -l optionCharles Cabergs
2020-10-07Added memory leak checkingCharles Cabergs
2020-10-07Removing cursed cd testCharles Cabergs
2020-10-07Added Linux exit status and output conversion to macosCharles Cabergs
2020-10-06Added variable terminal sizeCharles Cabergs
2020-09-28Fixing some setup commands in order to work on macCharles Cabergs
2020-09-17Added hook list, replace double semi-colon hook for ;; errorsCharles Cabergs
2020-09-15Added more parenthesis, pipe, quote testsCharles Cabergs
2020-09-15Added more path testsCharles Cabergs
2020-09-14Added more flow and path testsCharles Cabergs