aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-01Added tests for test/capturedCharles Cabergs
2021-03-01Fixing false positive everywhere bug1.1.1Charles Cabergs
2021-03-01Added linux documentationCharles Cabergs
2021-03-01Added custom test configurationCharles Cabergs
2021-03-01Added .readthedocs.ymlCharles Cabergs
2021-03-01Removed the command-output directive which needed minishell since readthedocs...Charles Cabergs
2021-03-01Added bonus doc, Updated command line options docCharles Cabergs
2021-02-28Added full config documentation, Splitting original README in multiple doc pagesCharles Cabergs
2021-02-28Updated README.rst to generate inline image shieldsCharles Cabergs
2021-02-28Added manualy built README.md since github doesn't support reST include direc...Charles Cabergs
2021-02-28Merging common content between README.rst and index.rst in gettingstarted.rstCharles Cabergs
2021-02-28Added all hooks testsCharles Cabergs
2021-02-28Refactoring config in a class to have a testable environmentCharles Cabergs
2021-02-27Added some test for hooks, Refectoring hooks moduleCharles Cabergs
2021-02-27Bumping version to 1.1.01.1.0Charles Cabergs
2021-02-27Merge branch 'config'Charles Cabergs
2021-02-27Added configuration file section/key names checkCharles Cabergs
2021-02-27Fixing #10 - bash error line with number 0 or 1Charles Cabergs
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-26Added command line argument documentation draftCharles Cabergs
2021-02-26Added docs draftCharles 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 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
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 defin...Charles Cabergs
2021-01-02Update README.mdcacharle